ae60791ddc2d

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-12287555918.4 KB
auth

Authenticate with OAuth

Access policy: public

post/auth/oauth/validate

Request body

Codestring

OAuth code returned from OAuth Provided

Response

Success

jwtstring

JWT token used to authenticate against the API

Example response

{
  "jwt": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB"
}