post https://api.teamscope.co/user//device
Log in to see full request history
A sample body payload is shown below.
{
"platform":"fcm",
"token":"$REGISTRATION_ID"
}
Response
A sample body payload is shown below.
{
"platform":"fcm",
"token":"$REGISTRATION_ID"
}
xxxxxxxxxx
curl --request POST \
--url https://api.teamscope.co/user//device \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!