ReferencesOpenapiEmployer
List employer key contacts
List the contacts linked to an employer in the specified organisation and workspace.
Authorization
ApiKeyAuth x-api-key<token>
API key for authentication
In: header
Path Parameters
orgId*string
workspaceId*string
employerId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/organisation/string/workspace/string/employer/string/key-contacts"{ "items": [ { "id": 0, "type": "string", "contactId": 0, "contact": { "id": 0, "firstName": "string", "lastName": "string", "preferredName": "string" } } ]}
