API Keys
An API key is a key/secret pair of UUIDs that authenticates every partner API request. Send them
as the x-api-key and x-api-secret headers:
curl "https://api.filedgr.network/vaults" \
-H "x-api-key: $FILEDGR_API_KEY" \
-H "x-api-secret: $FILEDGR_API_SECRET"
Keys are issued from the web app, carry no scopes, and do not expire. The secret is shown once at creation and cannot be recovered afterwards.
See Authentication for the full reference: issuing credentials, base URLs per environment, tenancy rules, error shapes, and rotation.