Get API keys
GET/admin/api-keys/
Retrieves API keys for programmatic access to the GridLink platform with filtering and pagination.
Use Cases:
- List all active API keys for security audits
- Find keys by application or owner
- Review key permissions and scopes
- Monitor key usage and expiration
- Identify keys needing rotation
Security Considerations:
- API key secrets are NEVER returned in responses (only during creation)
- Only key metadata, permissions, and status are visible
- Requires admin permissions to view API keys
- Audit logs track all key access and modifications
info
API key secrets are only shown once during creation. This endpoint returns key metadata without exposing secrets.
tip
Use isActive=true to find currently valid keys. Review inactive keys periodically for cleanup.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Standard structure for paginated API responses
Standard error response format
Standard error response format
Standard error response format
Standard error response format
Standard error response format