Auth

Start CLI device authorization

Creates a short-lived PKCE-bound device authorization request for the Inth CLI. This endpoint is only available when CLI device authorization is enabled.

post/v1/auth/device/code

Request body

clientIdstring required
codeChallengestring required
codeChallengeMethod'S256' required

Response

Device authorization request created.

successtrue required

Changes