cURL
curl --request GET \ --url https://eu.sequencehq.com/api/customers/{id}/aliases \ --header 'Authorization: <authorization>'
{ "items": [ { "id": "0185a140-194a-7e9d-9fae-6a034fd4a725", "sequenceAccountId": "cd243b67-7d8c-42ee-b19f-b4e41f584415", "customerId": "0185a142-54ff-7ce5-846a-fc188432da6e", "value": "customer-alias-123", "createdAt": "2022-10-01T00:00:00Z" } ] }
Retrieve the details of one of your Customer’s aliases.
Your API credentials. Eg. Basic {credentials}.
Basic {credentials}
Use this header to select an API version
2024-07-30
Customer ID
OK
The response is of type object.
object