Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Poll for the session result using the secret token

token
string
required

Secret session token from createSession

Minimum string length: 1

Response

200 - application/json

OK

Current state of the MCP auth session

status
enum<string>
required

Current session status

Available options:
PENDING,
COMPLETED,
DENIED,
EXPIRED
apiKey
string

API key, only present when status is COMPLETED