Create or update customer ingest aliases
POST {{baseUrl}}/customers/:customer_id/setIngestAliases
Sets the ingest aliases for a customer. Ingest aliases can be used in the customer_id
field when sending usage events to Metronome. This call is idempotent. It fully replaces the set of ingest aliases for the given customer.
Request Body
{"ingest_aliases"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK