Tokens
Edit a push token
Update a push token and installation setup. ⚠️ Endpoint is available only in Customer interface.
put/tokens/{token_id}
Path parameters
token_idstring required
A client application token.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"setup": {
"language_id": "en",
"allowed_gps": true
},
"push_token": "4f7f658bfa7a5959e093590"
}Response
No Content