Skip to main content
POST
/
v1
/
fcm-tokens
Create FCM token
curl --request POST \
  --url https://api.example.com/v1/fcm-tokens \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "id": "<string>"
}
'
{
  "id": "<string>"
}

Body

id
string | null

Response

OK

id
string | null