Skip to main content
POST
/
api
/
keys
/
validate
Validate an API key or session token
curl --request POST \
  --url https://mag3nt.com/api/keys/validate \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "wallet_address": "<string>",
  "authenticated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Response

200 - application/json

Key valid

valid
boolean
wallet_address
string
authenticated_at
string<date-time>