v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBContacts
Get Contact
Endpoint to get specific Contact by ID.
get/business/v2/contacts/{contactId}
Path parameters
contactIdstring required
The Contact ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The returned resource is a single Contact.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "John Doe",
"user_id": "XMPL1234-000001",
"account_info": [
{
"identification": "GB00ABCD00000123456789"
}
],
"bic": "XMPL1234-000001",
"creation_time": "2017-06-01T12:48:40Z",
"last_update_time": "2017-06-01T12:48:40Z"
}