LogoUnreal AI

Verify API token

Verify an API token and return associated wallet information

GET
/v1/auth/verify

Query Parameters

token?string

API token for verification (alternative to Authorization header or cookie)

Response Body

curl -X GET "https://openai.ideomind.org/v1/auth/verify?token=string"
{
  "wallet": "0x1234567890abcdef1234567890abcdef12345678",
  "calls": 1000,
  "originalJwt": null,
  "paymentToken": "0xabcdef1234567890abcdef1234567890abcdef12",
  "paymaster": "0x9876543210fedcba9876543210fedcba98765432",
  "chainId": 8192
}
{
  "error": "string"
}
{
  "error": "string",
  "token": "string"
}