Get Account List

Returns a list of accounts created by your project. You can use query parameters to return results with specific conditions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Specifies the behavior for retrieving accounts based on the order. If the order is asc, it returns accounts with an ID greater than the specified lastId. If the order is desc, it returns accounts with an ID smaller than the specified lastId.

int32

Specifies the starting position of the result when querying. If the offset value is not provided, data is returned from the beginning.

int32

Specifies the number of data to retrieve.

string

Specifies the sort order for the results. asc or ASC: Sort in ascending order, desc or DESC: Sort in descending order

usageTypes[]
array of strings

The intended purpose or role of the account. e.g. [ADMIN, CUSTOMER] *default: ADMIN

usageTypes[]
Headers
string
required
Defaults to your-api-key

Api-key issued to projects. The key is used for counting, tracking and logging. The key must be stored in secure place.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json