Using the business contact guid in the request path, the method requests a business contact.
GET
/business-contacts/{businessContactId}
curl \
--request GET 'http://api.example.com/business-contacts/{businessContactId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}