Authentication-related API endpoints.
GET /api/v1/{project}/auth/validate
{ "valid": true, "project": "my-project", "permissions": ["read", "write"] }
Was this page helpful?