Get accounts for a tenant
Learn more about the Activation Api to retrieve accounts for a tenant.
The Activation API will retrieve and list existing accounts for a tenant.
Request
GET /api/[env]/[tenant]/accounts
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization
| Yes | Information about authentication access token in the format "Bearer <accessToken> ". For more information, see Authentication API. |
Response
Parameter | Type | Description |
---|---|---|
success | boolean | True for success response |
error | Error | Error object for details |
result | accounts[] | Arrays of accounts data |
result[number].id | String | UUID of account |
result[number].account | String | Account value |