Skip to main content
GET
/
api-keys
cURL
curl --request GET \
  --url https://gateway.architect.exchange/api/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "api_keys": [
    {
      "api_key": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "allowed_ips": [
        "<string>"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.architect.exchange/llms.txt

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

Authorizations

Authorization
string
header
required

User session token

Response

200 - application/json

List of API keys

api_keys
object[]
required