curl --request GET \
--url https://dev.seqhq.io/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.
curl --request GET \
--url https://dev.seqhq.io/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"
}
]
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 Customer ID
OK
Show child attributes
[
{
"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"
}
]