Skip to main content

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

Standard structure for paginated API responses