Skip to main content
GET
/
v1
/
capabilities
List capabilities
curl --request GET \
  --url https://api.abloatai.com/v1/capabilities \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "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.

Response

200 - application/json

Capabilities issued for this key.

object
string
Allowed value: "list"
data
object[]