v1.0.0
OAS 3.0.0
Openfort API
Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
Client Libraries
Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
Openfort API Server
Verifies the token generated by Openfort Auth.
Specifies the auth token.
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
}
}