v1
latestOpenAPI 3.1.02026-07-22304756.7 KBBox
List API keys
Lists API key metadata only. Raw key secrets are not returned after creation/rotation. Results are scoped to the authenticated Box account.
get/api-keys
Response
API key metadata.
Example response
{
"ok": true,
"apiKeys": [
{
"id": "sak_123",
"name": "Production worker",
"keyPrefix": "box_live",
"keyLastFour": "9abc"
}
]
}