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