Initiate a device authorization flow.
POST/oauth/device/authorize
Initiates the device authorization flow by returning a device code and user code. The device displays the user code to the merchant, who visits the verification URI to approve the request. RFC 8628.
Request
Responses
- 200
- 400
- 500
Successful response
Status Code 400: bad request input such as invalid json
Response Headers
UC-REST-ERROR
Contains human readable error message
Status Code 500: any server side error. the body will contain a generic server error message
Response Headers
UC-REST-ERROR
Contains human readable error message
Was this page helpful?