LiveRecoverVYG Developer Docs
CDP REST APIAPI Reference

List Profile Aliases

List the external-id aliases linked to one of your brand's profiles.

GET /cdp/profiles/{id}/aliases lists the external-id aliases linked to one profile — the raw ids you linked (email, Shopify customer id, …), with the internal tenant-key namespace suffix stripped. Only aliases in your own scope are returned.

Every read is bound to your brand's shop scope. See Tenant Isolation & Scope.

Query parameters

ParameterTypeRequiredDefaultDescription
profileIdstringYesPath parameter ({id}) — the profile whose aliases you are listing. (Not a query parameter.)

Response

The 200 response body:

FieldTypeDescription
profileIdstring
aliasesobject[]
aliases[].aliasIdstring
scopestringYour brand's resolved shop domain.

Errors

All errors share the standard envelope { "error": string, "error_description": string }.

StatusCodeWhen
401unauthorizedMissing or invalid API credential.
403forbiddenNo connected Shopify integration resolves a scope for the brand.
404not_foundNo such profile in your brand scope (missing or out-of-scope).
405method_not_allowedThe request used a method other than GET.
500internal_errorAn unexpected error prevented the read.

On this page