Skip to main content
POST
Check whether the user has finished, and collect the API key

Body

application/json
device_code
string
required

The device_code returned by /start. Send it on every poll. It is a bearer secret: it is what collects the API key, so keep it on the machine that asked for it and never show it to the user — the short user_code is the one they read.

Response

201 - undefined