cURL
curl --request GET \ --url https://api.pcxpay.com/v1/organizations/permissions/check \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "resource": "<string>", "action": "<string>", "org_id": "<string>", "allowed": true }
No auth — used internally by other services.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
READ
CREATE
UPDATE
Permission check result