openfortReference
v1.0.0
OAS 3.0.0

Openfort API

Complete Openfort API references and guides can be found at: https://openfort.xyz/docs

Server: https://api.openfort.xyz

Openfort API Server

Client Libraries

AdminAuthentication

Verify auth token.

Verifies the token generated by Openfort Auth.

Query Parameters
  • token
    Type:string
    required

    Specifies the auth token.

Responses
  • application/json
  • 401
Request Example forGET/iam/v1/verify
curl 'https://api.openfort.xyz/iam/v1/verify?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm9qZWN0SWQiOiJwcm9qZWN0XzQ4ZWViYTU3LTJjZDUtNDE1OS1hMmNiLTA1N2EyM2EzNWU2NSIsInVzZXJJZCI6InVzZXJfNDhlZWI1Ny0yY2Q1LTQxNTktYTJjYi0wNTdhMjNhMzVlNjUiLCJpYXQiOjE2MjY0NjY0NzcsImV4cCI6MTYyN'
{
  "value": {
    "projectId": "pro_...",
    "expiration": 1234567890,
    "issuedAt": 1234567890,
    "issuer": "openfort.xyz",
    "sessionId": "...",
    "playerId": "pla_...",
    "livemode": true
  }
}

default (Collapsed)

default Operations

Models