Skip to content
AbloAblo
Esc
navigateopen⌘Jpreview

Retrieve a capability

GET/v1/capabilities/{id}
Path parameters
idstringrequired
The record id.
Responses
200The capability.
objectstring
idstring
tokenstring | null
Shown once at creation.
canstring[]
syncGroupsstring[]
expiresAtinteger
404No such capability.
typestringrequired
Coarse error class (e.g. `AbloValidationError`, `AbloPermissionError`).
codestring
Stable machine code for the specific error.
paramstring
Offending model/field path, when parameter-specific.
messagestringrequired
Human-readable explanation.
doc_urlstring
Link to the docs page for this code.
request_idstring
Request correlation id, echoed on the `x-request-id` response header.
Request
curl -X GET "https://api.abloatai.com/api/v1/capabilities/string"
Response
{
  "object": "capability",
  "id": "string",
  "token": "string",
  "can": [
    "string"
  ],
  "syncGroups": [
    "string"
  ],
  "expiresAt": 0
}