GET
/v1/accounts/{account}/capabilitiesList all account capabilities
Lists the capabilities associated with an account. Results are sorted by creation date, with the most recently created capability first. Use expand when you need selected response fields expanded.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
accountstringrequired
The account identifier whose capabilities to list. Maximum 5000 characters.
expandarray<string>optional
Fields to expand in the response; each field name can be up to 5000 characters.
200Returns a list object containing capability objects in `data`, a `has_more` pagination flag, the `list` object type, and the list URL.
dataarray<Capability>required
has_morebooleanrequired
True if this list has another page of items after this one that can be fetched.
objectstringrequired
String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
urlstringrequired
The URL where this list can be accessed.
defaultError response.
errorobjectrequired
Error handling
account must be no longer than 5000 characters and must identify the account whose capabilities you want to list. Each expand value must name a response field to expand, and each value is limited to 5000 characters.