Push notification tokens
Allows the creation of push notification tokens for users. These tokens will be used to send push notifications to users.
Saves a new pushtoken to current user login session
POST https://api.bundeling.com/V2/push_tokens| Name | Description | Type | Nillable | Required |
|---|---|---|---|---|
token | Token to insert | string | false | false |
push_provider_uuid | The UUID of the push provider to use | string | false | false |
platform | The platform of the device (e.g. iOS, Android) Accepted values: iOS, Android, web | string | false | false |
{
"token": "a59874dbcd72408fbc372e96a5ecf21f",
"push_provider_uuid": "bcd46e8e32124c05a1cc9f831f166784",
"platform": "android"
}{
"uuid": "fcd46e8e32124c05a1cc9f831f166784",
"token": "a59874dbcd72408fbc372e96a5ecf21f",
"push_provider_uuid": "bcd46e8e32124c05a1cc9f831f166784"
}