Sign in

Search customers

documented

Search 360 profiles (query via fq and other params)

GET /v2/{tenantId}/dw/a360/customersCDPno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$environmentSubdomain2}}.agilone.com/v2/{{$tenantId}}/dw/a360/customers?limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Search customers · Acquia · OpenIntegrations