Legba
API keys
Retrieve API key information and rotate keys.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve API key information and rotate keys.
curl -X GET "$LEGBA_BASE_URL/orgs/$LEGBA_ORG_UUID/api/key" \
-H "Authorization: Bearer $LEGBA_API_TOKEN"
curl -X POST "$LEGBA_BASE_URL/orgs/$LEGBA_ORG_UUID/api/key/rotate" \
-H "Authorization: Bearer $LEGBA_API_TOKEN"
