Account
List Accounts
Lists all accounts in your organization with pagination support.
Returns a paginated list of all accounts, sorted by creation date (newest first). Use this to display account overviews, build account selectors, or audit your account structure. Results include both active and inactive accounts.
GET
Query Parameters
The cursor pointing to the start of the next page (omit for first request)
The number of items to return per page (default: 25, max: 100)
Response
200
application/json
The request has succeeded.
Container model for paginated responses
Previous
Update AccountUpdates an existing account's properties.
Modify account details such as name, description, classification, or metadata.
Note that some properties like account status and purpose cannot be changed
through this endpoint. Changing classification from SECONDARY to PRIMARY will
fail if a PRIMARY account already exists.
Next