POST login/user/push_notifications/devices

From Social ID Developers
Revision as of 15:06, 12 August 2015 by Gabriel.prado (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Description

Relates a device with a Social Login user.

Resource URL

  POST https://api.socialidnow.com/v2/marketing/login/user/push_notifications/devices

Parameters

JSON Parameters

device_id required device identifier.

Authentication

This API requires Login User Token authentication. See Authentication.

Response

Response Status

ok (200) The request was successful.
unauthorized (401) The authentication is wrong. See Authentication.
forbidden (403) The device does not belong to the Social Login App.
unprocessable_entity (422) This device couldn't be related to this user.
not_found (404) Device or user not found.
internal_server_error (500) An unknown error happened.

Examples

Request

Relates the device "4e5274835193bd40844a2102e0a33b61b09a144a6e0ae4413cfd17e30be6dc4d" with the user.

 curl -iX POST https://api.socialidnow.com/v2/marketing/login/user/push_notifications/devices \
 -d '{
      "device_id": "4e5274835193bd40844a2102e0a33b61b09a144a6e0ae4413cfd17e30be6dc4d"
     }' \
 -H "Authentication: Bearer 0358172c0cd160dfa731c7a76284fe0c30580f3fc8d827831e9f8b1821d8124c"

Response

Response Headers

HTTP/1.1 200 Ok
Status: 200
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox