Last updated 4 months ago
Get list and statistics of audiences in specific project.
Get information about a audience's position in specific project.
Get information about the loyalty points model set up for a specific project.
/v3/{project_id}/engagement
Project ID
Page 1-based index. Default: 1
Number of documents per page. Default: 25
Chain ID
Filter by country.
Filter name, address or segment by keyword.
curl -L \ --url 'https://develop.centic.io/cdp/v3/{project_id}/engagement' \ --header 'Authorization: YOUR_API_KEY'
No body
/v3/{project_id}/engagement/{address}
User address
curl -L \ --url 'https://develop.centic.io/cdp/v3/{project_id}/engagement/{address}' \ --header 'Authorization: YOUR_API_KEY'
/v3/{project_id}/loyalty-point
Project ID.
curl -L \ --url 'https://develop.centic.io/cdp/v3/{project_id}/loyalty-point' \ --header 'Authorization: YOUR_API_KEY'