AppNotificationToken

Request

Fields when send to the api inside a request.

Field Type Description
token String A String value
bundle_name String A String value
device_type String String enumarion of 'ios', 'android'

Response

Fields when returned by the api in a response.

Field Type Description
token String A String value
bundle_name String A String value
device_type String String enumarion of 'ios', 'android'
user_id Int An integer value

Examples

Request

When used inside a request.

Example 1

{
    "token": "...",
    "bundle_name": "...",
    "device_type": "ios"
}

Response

When returned in a response.

Example 1

{
    "token": "...",
    "bundle_name": "...",
    "device_type": "ios",
    "user_id": 16
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable