Once you've requested an access token, you'll be able to start making calls to the API.
All API endpoints are available via: https://{your-enterprise}.cvtr.io/api/v4/docs?access_token={your-access-token}
Requests & Responses
A collection is a listing of objects, for example /api/v4/campaigns.jsonld
will show you a list of available campaigns. You can then request more information about a specific object by making an item request, simply by adding the id to the end of the parent request, e.g. /api/v4/campaigns/44001.jsonld
.
...