Skip to main content
GET
/
api
/
keys
List all API keys for the authenticated wallet
curl --request GET \
  --url https://mag3nt.com/api/keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "key_hash": "<string>",
      "key_hint": "sx_live_a1b2...wxyz",
      "created_at": "2023-11-07T05:31:56Z",
      "revoked_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

Keys list

keys
object[]