POST
/
v1
/
customers
/
{customer_id}
/
setIngestAliases
Create or update customer ingest aliases
curl --request POST \
  --url https://api.metronome.com/v1/customers/{customer_id}/setIngestAliases \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ingest_aliases": [
    "team@example.com"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required

Body

application/json

The aliases to add

The body is of type object.

Response

200

Success