Skip to content

List every capability the server knows about

GET
/auth/capabilities

List of capabilities

Array<object>
object
code
required

Atomic capability identifier (e.g., “users.read”).

string
Example
users.read
description
required
string

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Authenticated but missing required capabilities

object
error
required

Human-readable error summary

string
Example
the request could not be completed