Skip to main content

Create User Device Endpoint

POST 

/organizations/:organizationId/notifications

Create User Device Endpoint

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    userId stringrequired

    The ID of user.

Body

required
    endpoint stringrequired

    The equivalent endpoint of phone or browser.

    platform stringrequired

    The notification platform(GCM, APNS, APNS_SANDBOX, BROWSER).

Responses

Schema
    data objectrequired

    Registration success.

Loading...