Get project settings
Returns bounded public project settings. Raw GUI module JSON is not included.
GET
/api/v1/projects/:id/settingsAuthorization
projects:readapi key scoperequiredRequired scope when calling with an API key.
Path parameters
idstringrequiredProject ID
Example: proj_abc123
Request
curl -X GET "https://www.digitalstack360.com/api/v1/projects/proj_abc123/settings" \
-H "Authorization: Bearer $DS_API_KEY"Examples use a placeholder key from your environment. Store your key in $DS_API_KEY — never commit it.
Response
200 OK
{
"data": {
"project_id": "proj_abc123",
"workflow_mode": "guided",
"ticket_prefix": "ACME"
}
}Errors
401
missing_authNo credentials provided
401
invalid_api_keyAPI key is invalid or revoked