POST oauth/login/user/push notifications/devices

(Difference between revisions)
Jump to: navigation, search
(Request)
Line 37: Line 37:
 
|-
 
|-
 
! align="left" width="200px" | forbidden (403)
 
! align="left" width="200px" | forbidden (403)
| The device does not belong to the Social Login App.
+
| The device does not belong to the Login App.
 
|-
 
|-
 
! align="left" width="200px" | unprocessable_entity (422)
 
! align="left" width="200px" | unprocessable_entity (422)

Revision as of 16:58, 30 December 2021

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 OAuth.

Response

Response Status

ok (200) The request was successful.
bad_request (400) Some required parameter was not informed.
unauthorized (401) The authentication is wrong. See OAuth.
forbidden (403) The device does not belong to the 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 "Content-type: application/json" \
 -H "Authorization: Bearer 0358172c0cd160dfa731c7a76284fe0c30580f3fc8d827831e9f8b1821d8124c"

Response

Response Headers

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