User Management > Accounts

List services

This endpoint allows you to retrieve all the services of an account.

get/1/accounts/{account_id}/services

Path parameters

account_idinteger required

Unique identifier of the Account to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 1,
      "name": "hosting",
      "count": 4
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.