Accounts
Fetch Accounts
Retrieve a list of accounts with pagination.
GET
Overview
This endpoint retrieves a list of accounts with pagination. It fetches a specified number of accounts per page, as per the provided page
and limit
parameters.
Request
Method: GET
URL: /v1/accounts
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
page | Query | integer | No | Page number for pagination. |
limit | Query | integer | No | Number of accounts per page. |
Response
Status Code: 200 OK
Content-Type: application/json
Example Response
Authorizations
Provide your API key in the 'apikey' header.
Headers
Response
200 - application/json
OK
The response is of type object
.