Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nexus.gerowallet.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

The API Key Management endpoints let you manage your own API keys programmatically. Use these to rotate credentials, create scoped keys for different environments, or revoke compromised keys without touching the dashboard. All endpoints in this group require an authenticated user session (not an API key) since keys authenticate your application, not your account.

Available endpoints

List API keys

Retrieve all keys on your account

Create API key

Generate a new API key

Update API key

Rename or update key settings

Delete API key

Permanently revoke a key
Deleting a key is immediate and irreversible. Any application using the deleted key will start receiving 401 Unauthorized responses.