Verifies if the authenticated user has permission to perform a specific action on a resource. Returns 200 if allowed, 403 if denied.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Action to check (e.g., 'can_read', 'can_write', 'can_delete')
Resource type (e.g., 'project', 'secret', 'organization')
Unique identifier of the resource
Successful Response