Skip to content

notifications_v1_fcm_register_create

POST
/notifications/v1/fcm/register/
curl --request POST \
--url https://api.nudova.dev/api/notifications/v1/fcm/register/ \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "registration_id": "example", "type": "ios" }'
Media typeapplication/json
object
registration_id
required
Registration token
string
>= 1 characters
type
required
Type
string
Allowed values: ios android web
Media typeapplication/json
object
registration_id
required
Registration token
string
>= 1 characters
type
required
Type
string
Allowed values: ios android web
Example
{
"type": "ios"
}