cURL
curl --request GET \ --url https://commerce.driv.ly/api/contacts/{id}
{ "data": { "id": "<string>", "lastName": "<string>", "firstName": "<string>", "agent": "<string>", "address": "<string>", "primaryPhoneNumber": "<string>", "primaryEmail": "<string>", "emails": [ "<string>" ], "phoneNumbers": [ "<string>" ], "roles": [ "<string>" ] }, "success": true }
Contact is uniquely identified by id
The number of levels of related objects to include in the response
Contact Found
Show child attributes
{ "id": "cnt_8dk3j2ksl9d2", "roles": ["Manager", "Sales"], "lastName": "Smith", "firstName": "Alice"}