Skip to content

Register push token

POST
/v1/account/notification/push-token
curl --request POST \
--url https://api.parasta.io/v1/account/notification/push-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "platform": "ios", "token": "example" }'
Media type application/json
object
platform
required
string
Allowed values: ios android
token
required
string

OK

Media type application/json
object
registered
boolean
Example generated
{
"registered": true
}

Please contact your representative. 담당자에게 문의해주세요.