Skip to main content
GET
Check whether the current identity has a project permission

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Query Parameters

permission
enum<string>
required
Available options:
settings:read,
settings:write,
settings:manage,
members:read,
members:write,
members:manage,
roles:read,
roles:write,
roles:manage,
audit_log:read,
audit_log:write,
audit_log:manage,
crm_types:read,
crm_types:write,
crm_types:manage,
crm_objects:read,
crm_objects:write,
crm_objects:manage,
cms_types:read,
cms_types:write,
cms_types:manage,
cms_items:read,
cms_items:write,
cms_items:manage,
meta_planner:read,
meta_planner:write,
meta_planner:manage,
assets:read,
assets:write,
assets:manage,
workflows:read,
workflows:write,
workflows:manage,
integrations:read,
integrations:write,
integrations:manage,
oauth_clients:read,
oauth_clients:write,
oauth_clients:manage,
agents:read,
agents:write,
agents:manage,
web_analytics:read,
web_analytics:write,
web_analytics:manage,
social:read,
social:write,
social:manage,
tenant_email:read,
tenant_email:write,
tenant_email:manage,
meta_ads:read,
meta_ads:write,
meta_ads:manage,
google_ads:read,
google_ads:write,
google_ads:manage,
google_business:read,
google_business:write,
google_business:manage,
contracts:read,
contracts:write,
contracts:manage,
service_accounts:read,
service_accounts:write,
service_accounts:manage,
support_tickets:read,
support_tickets:write,
support_tickets:manage,
billing:read,
billing:write,
billing:manage,
calendar:read,
calendar:write,
calendar:manage,
sub_projects:read,
sub_projects:write,
sub_projects:manage,
project_templates:read,
project_templates:write,
project_templates:manage
projectId
string<uuid>
required

Response

Permission check result

allowed
boolean
required