Fetch Organisation Contacts Api
Contacts
Fetch Contacts
Retrieves a list of all contacts associated with a specified organisation, including their personal and location information.
Path Parameters
organisation_id(int): The ID of the organisation whose contacts are being fetched.
Headers
X-API-Key: API key for user authentication.
Response
- Returns a list of
Contactobjects, each representing a contact associated with the organisation. Each object includes the contact’s ID, email, first name, last name, custom data, and timezone.
Errors
403 Forbidden: If the user does not have the necessary permissions to access the contacts of the organisation.
GET
Fetch Organisation Contacts Api
Authorizations
Key used to authenticate user API requests.