cURL
curl --request POST \ --url https://safe.dfda.earth/api/v3/deviceTokens \ --header 'Content-Type: application/json' \ --data '{ "clientId": "<string>", "platform": "<string>", "deviceToken": "<string>" }'
Post user token for Android, iOS, or web push notifications
The platform and token
The body is of type object.
object