GET /accounts
apiKey or clientAccessToken
Parameters
[
{
"in": "query",
"name": "q",
"schema": {
"maxLength": 100,
"type": "string"
}
},
{
"description": "Narrow the page to one registry provider name; an unknown name is a 422",
"in": "query",
"name": "provider",
"schema": {
"maxLength": 40,
"type": "string"
}
},
{
"in": "query",
"name": "after",
"schema": {
"description": "Opaque account cursor",
"type": "string"
}
},
{
"in": "query",
"name": "limit",
"schema": {
"default": 50,
"maximum": 100,
"minimum": 1,
"type": "integer"
}
}
]Responses
- 200
- Account-scoped cursor page with next_cursor. Each item carries status_reason (superseded_by_reconnect when a newer connection took over this account's provider binding, else null) and superseded_by_account_id
- 422
- Unknown provider name