Skip to main content
GET
/
v1
/
capabilities
/
{id}
Retrieve a capability
curl --request GET \
  --url https://api.abloatai.com/v1/capabilities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "id": "<string>",
  "token": "<string>",
  "can": [
    "<string>"
  ],
  "syncGroups": [
    "<string>"
  ],
  "expiresAt": 123
}

Authorizations

Authorization
string
header
required

API key (sk_live_…) or a scoped capability/ephemeral token. The same header carries both — the server discriminates by token shape.

Path Parameters

id
string
required

The record id.

Response

The capability.

object
string
Allowed value: "capability"
id
string
token
string | null

Shown once at creation.

can
string[]
syncGroups
string[]
expiresAt
integer