API ReferencePlatform
Back to PlatformGET /api-accounts/{id}
GET operation for /api-accounts/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/api-accounts/string"{
"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?