Skip to main content

REFRESH Registration Token

PUT 

https://api.eu1.spotflow.io/devices/registration-tokens/refresh

Refresh registration token

Request

Body

    registrationToken stringrequired

Responses

New registration token is created. Parent registration token is already in grace period. Previously returned newly generated token is revoked.

Schema

    registrationToken stringrequired
    expirationTime date-timenullable
curl -L -X PUT 'https://api.eu1.spotflow.io/devices/registration-tokens/refresh' \
-H 'Content-Type: application/json-patch+json' \
-H 'Accept: application/json' \
--data-raw '{
"registrationToken": "string"
}'
Request Collapse all
Base URL
https://api.eu1.spotflow.io
Body
{
  "registrationToken": "string"
}