POST
/
v3
/
deviceTokens
curl --request POST \
  --url https://safe.dfda.earth/api/v3/deviceTokens \
  --header 'Content-Type: application/json' \
  --data '{
  "clientId": "<string>",
  "platform": "<string>",
  "deviceToken": "<string>"
}'

Body

application/json
The platform and token
platform
string
required

ios, android, or web

deviceToken
string
required

The device token

clientId
string

Client id