v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Add a new device token for the customer
Creates a new device token
post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/device-tokens
Path parameters
tenantIdinteger required
customerIdinteger required
Request body
Example request
{
"expires": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"expires": "2022-03-10T12:15:50-04:00"
}