Skip to main content
GET
List Accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name
string

Filter accounts by name (case-insensitive partial match)

domain
string

Filter accounts by domain (exact match)

owner_email
string

Filter accounts by owner email (exact match)

tags[]
string[]

Filter accounts by tag names

page[after]
string

Cursor for next page (from _links.next)

page[size]
integer

Page size (default: 10, max: 50)

Response

Successful

accounts
object[]