v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 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"
}