Skip to main content
POST
/
push-token
Push-Token registrieren
curl --request POST \
  --url https://{tenant}.stamp.eu/rest/push-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "platform": "ios",
  "device_name": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
token
string
required
platform
enum<string>
required
Available options:
ios,
android,
web
device_name
string

Response

Token registriert

message
string