Skip to main content
POST
Approve or deny a device authorization

Authorizations

Authorization
string
header
required

A Nevermined API key: Authorization: Bearer <sandbox:… | live:…>. Environment-prefixed, not a bare JWT — send the whole string.

Body

application/json
user_code
string
required

Hyphens and case are ignored.

Example:

"BCDF-GHJK"

approve
boolean
required

true to approve (bind to the caller); false to deny.

Example:

true

Response

Recorded (approved or denied)