Rekamedika Docs
Device Authorization

POST /device/approve

POST
/api/auth/device/approve

Approve device authorization

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

userCode*string

The user code to approve

Response Body

application/json

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

Is this page helpful?