Returns a single contact by ID.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/clients/{id}/contacts/{contact_id} \ --header 'X-API-KEY: <api-key>'
200
Example
{ "id": "<string>", "name": "<string>", "number": "<string>", "email": "<string>", "title": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.roostedhr.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt
Use this file to discover all available pages before exploring further.
Client ID
Contact ID
OK
Unique contact identifier.
Contact full name.
Contact phone number.
Contact email address.
Contact job title.