curl https://api.rigbox.dev/api/api-keys \
-H "Authorization: Bearer YOUR_API_KEY"
{
"api_keys": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Production Bot",
"key_preview": "rb_...a1b2c3d4",
"is_workspace_key": false,
"created_at": "2025-01-15T10:30:00Z",
"last_used_at": "2025-01-16T08:00:00Z"
}
]
}
List all API keys for the authenticated user. Full keys are never shown.
curl https://api.rigbox.dev/api/api-keys \
-H "Authorization: Bearer YOUR_API_KEY"
{
"api_keys": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Production Bot",
"key_preview": "rb_...a1b2c3d4",
"is_workspace_key": false,
"created_at": "2025-01-15T10:30:00Z",
"last_used_at": "2025-01-16T08:00:00Z"
}
]
}
curl https://api.rigbox.dev/api/api-keys \
-H "Authorization: Bearer YOUR_API_KEY"
{
"api_keys": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Production Bot",
"key_preview": "rb_...a1b2c3d4",
"is_workspace_key": false,
"created_at": "2025-01-15T10:30:00Z",
"last_used_at": "2025-01-16T08:00:00Z"
}
]
}
Show API Key Object
rb_...a1b2c3d4)