POST
/
notifications
/
push-tokens
Register push token
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/notifications/push-tokens \
  --header 'Content-Type: application/json' \
  --data '
{
  "platform": "<string>",
  "token": "<string>"
}
'
This response has no body data.

Body

application/json

Push token

platform
string
token
string

Response

201 - undefined