v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
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

push_tokenstring

Push notification token (Apple or Google).

Example request

{
  "setup": {
    "language_id": "en",
    "allowed_gps": true
  },
  "push_token": "4f7f658bfa7a5959e093590"
}

Response

No Content