API ReferencePlatform
Back to PlatformGET /customers
GET operation for /customers
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/customers"{
"id": 1,
"name": "string",
"website": "string",
"uuid": "string",
"avatar": "string",
"logos": "string",
"icon": "binary-file-placeholder",
"icon_delete": true,
"icon_base64": {},
"created_at": "2021-01-01T00:00:00Z",
"modified_at": "2021-01-01T00:00:00Z",
"created_by": "string",
"external_id": "string",
"sf_account_id": "string",
"hubspot_company_id": 1,
"custom": "string"
}Empty
Empty
Empty
How is this guide?