Sign in

Get customer profile

documented

Retrieve a 360 customer profile by ID

GET /v2/{tenantId}/dw/a360/customers/{customerId}CDPno 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/{{$customerId}}\" \
  -X GET \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\" \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\"