Returns all contacts for a specific client.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/clients/{id}/contacts \ --header 'X-API-KEY: <api-key>'
[ { "id": "<string>", "name": "<string>", "number": "<string>", "email": "<string>", "title": "<string>" } ]
Client ID
OK
Unique contact identifier.
Contact full name.
Contact phone number.
Contact email address.
Contact job title.