PUT /api/v1/customers/{identifier}/devices
Customers can have more than one device. Use this method to add iOS and Android devices to, or update devices for, a customer profile.
Servers
- https://track.customer.io
Path parameters
Name | Type | Required | Description |
---|---|---|---|
identifier |
Yes |
The unique value representing a person. The values you use to identify a person may be an |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.