Skip to main content
POST
/
api
/
keys
/
validate
Validate an API key
curl --request POST \
  --url https://mag3nt.com/api/keys/validate \
  --header 'Authorization: <api-key>'
{
  "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

API key prefixed with 'Bearer sx_live_...'

Response

200 - application/json

Key valid

valid
boolean
wallet_address
string
authenticated_at
string<date-time>