Register Device

POST https://api.speakap.io/my-devices/

Request

URI:/my-devices/
Method:POST
Content-Type:application/json

Authentication

OAuth 2.0

Entity body

Supply a device resource in the request body. Any fields left out from the notificationTypes will default to false, even if they were previously set to true.

Examples

{
    "type": "ios",
    "deviceId": "1AS3223JHSDKSADKASJF231212",
    "notificationTypes": {
        "private_message": true,
        "alert_group_invitation": true,
        "alert_group_invitation_declination": false
    },
    "privacyLevel": "low"
}

Response

202
Accepted for registration: returns a Feedback object
400
Invalid data: returns an Error object