Skip to main content
GET
/
api-keys
cURL
curl --request GET \
  --url https://sandbox.x.architect.co/api/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "api_keys": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of API keys

api_keys
string[]
required