Logo
ActiveCampaign Developer Relations API Documentation

Listing records for a Schema

GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaID

 

Body PARAM

Key Datatype Required Description 
filters[relationships.account][eq]
string
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?filters[relationships.account][eq]=accountID&orders[createdTimestamp]=DESC' -H 'Api-Token: yourApiKey'

ENDPOINTS