Get deviceToken to perform social login

POST https://api.circle.com/v1/w3s/users/social/token

Get deviceToken to perform social login in SDK

https://developers.circle.com/w3s/reference/createdevicetokensociallogin

Request Body

{"idempotencyKey"=>"{{$guid}}", "deviceId"=>"018d7c79-6b79-71ec-8ad8-ebc2b57a4650"}

HEADERS

KeyDatatypeRequiredDescription
acceptstring
content-typestring

RESPONSES

status: OK

{"data":{"deviceToken":"eyJhbGciOiJS...-F8EFYDYjAxIUw","deviceEncryptionKey":"7LcOsm4lUAK2...7+kMGvqD1T6E="}}