Skip to content

Get Device Code Information

POST
/auth/device/info

Retrieves information about a device code including client type, IP address, and user agent. Used to display device details before authorization.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Request Body

application/json
JSON
"string"

Responses

Device information (clientType, ipAddress, userAgent)

application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License