Retrieves a list of accounts for a user, paginated with fuzzy search.

Authentication

AuthorizationBearer

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

Headers

x-api-keystringRequired

Query parameters

pageintegerOptional
Page number, begins at 1, defaults to 1 if not present
results_per_pageintegerOptional
How many accounts to return per page, defaults to 50 if not present
querystringOptional
A search query that will filter the list of accounts returned, a weighted fuzzy search.

Response

Successful operation
idstring
account_namestring
highest_permissionstring
lowest_permissionstring
account_access_flagstring
user_favoriteboolean
total_pagesinteger
total_resultsinteger
results_per_pageinteger
pageinteger
querystring