v1
latestOpenAPI 3.0.02026-08-063014193.1 MBContacts
Return the data for a single Contact
Outlines the parameters, optional and required, used when requesting the data for a single Contact
get/contacts/{id}.json
Path parameters
idinteger required
The unique identifier for the Contact.
Query parameters
custom_field_ids[]integer
Filter Contact's custom_field_values to only include values for the given custom field unique identifiers.
fieldsstring
The fields to be returned. See response samples for what fields are available. For more information see the fields section.
Headers
IF-MODIFIED-SINCEstring date
The server will send the requested resource with a 200 status, but only if it has been modified after the given date. (Expects an RFC 2822 timestamp).
IF-NONE-MATCHstring
The server will send the requested resource with a 200 status, but only if the existing resource's ETag doesn't match any of the values listed.
X-API-VERSIONstring
The API minor version. Default: latest version.
Response
Ok