Skip to main content
GET
/
api
/
api-keys
List API keys
curl --request GET \
  --url https://api.useblueprints.ai/api/api-keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "scopes": [],
    "createdAt": "2023-11-07T05:31:56Z",
    "lastUsedAt": "2023-11-07T05:31:56Z",
    "revokedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
default:bp_YOUR_API_KEY
required

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

Response

API key metadata. Plaintext key values are never returned after creation.

id
string<uuid>
name
string
scopes
enum<string>[]
Available options:
blueprints:read,
blueprints:write,
blueprints:deploy,
orders:read,
orders:write,
market_data:read,
portfolio:read,
portfolio:write,
risk:read,
risk:write,
api_keys:read,
api_keys:write
createdAt
string<date-time>
lastUsedAt
string<date-time> | null
revokedAt
string<date-time> | null