Create customer alias
Create an alternate external identifier for a customer by Paid display ID.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
id
Paid customer display id
Request
Body
alias
Alternate external identifier that should resolve to this customer.
name
Optional display name for this alias.
description
Optional note describing where this alias comes from.
Response
201
alias
Alternate external identifier that resolves to the customer.
customerId
Paid customer display ID this alias resolves to.
name
description
createdAt
updatedAt
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error