Rekamedika Docs
Device Authorization

POST /device/deny

POST
/api/auth/device/deny

Deny device authorization

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

userCode*string

The user code to deny

Response Body

application/json

curl -X POST "https://example.com/api/auth/device/deny" \  -H "Content-Type: application/json" \  -d '{    "userCode": "string"  }'
{  "success": true}

Is this page helpful?