Back to Platform

GET /api-accounts

GET
/api-accounts

GET operation for /api-accounts

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/api-accounts"
{
  "id": 1,
  "first_name": "string",
  "name": "string",
  "account_type": "admin",
  "created_at": "2021-01-01T00:00:00Z",
  "modified_at": "2021-01-01T00:00:00Z",
  "invited_at": "2021-01-01T00:00:00Z",
  "status": "active",
  "token": "string",
  "regenerate_token": true
}
Empty
Empty
Empty

How is this guide?