Logo
ActiveCampaign Developer Relations API Documentation

Get record by id

GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId

 

Body PARAM

Key Datatype Required Description 
filters[relationships.primary-contact][eq]
number
limit
number
offset
number
orders[createdTimestamp]
string



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status



Curl
curl -X GET '/api/3/customObjects/records/:schemaId/:recordId?filters[relationships.primary-contact][eq]=5&limit=20&offset=0&orders[createdTimestamp]=DESC' -H 'Api-Token: yourApiKey'

ENDPOINTS