GET
/
v2
/
acl
/
check
Check if the authenticated user has a permission
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/acl/check \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Query Parameters

key
string
required

Permission key to check

Response

OK

{key}
boolean