GET
/account_holders/{accountHolderId}
curl \
-X GET https://assets.demo.bitbond.net/api/v1/account_holders/{accountHolderId} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"external_id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"phone_number": "string",
"country": "string",
"metadata": {},
"orders": [
{
"id": "string",
"account holder_id": "string",
"asset_id": "string",
"subscription_amount": 42.0,
"subscription_currency": "string",
"subscribed_at": "2023-05-04T09:42:00+00:00",
"allocated_amount": 42.0,
"allocated_at": "2023-05-04T09:42:00+00:00",
"status": "string"
}
]
}
Response examples (200)
{
"id": "string",
"external_id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"phone_number": "string",
"country": "string",
"metadata": {},
"orders": [
{
"id": "string",
"account holder_id": "string",
"asset_id": "string",
"subscription_amount": 42.0,
"subscription_currency": "string",
"subscribed_at": "2025-05-04T09:42:00Z",
"allocated_amount": 42.0,
"allocated_at": "2025-05-04T09:42:00Z",
"status": "string"
}
]
}