Find API Keys
GET/api/partner-gateway/v1/authentication
Returns all API keys associated with your account. Each entry includes the key ID, associated username, allowed operations, traffic type, and creation date, but the full key value is not returned for security reasons. Optionally filter the list by userId to see only keys created by or assigned to a specific user. Use this endpoint to audit which keys exist before creating new ones or revoking old ones. To look up a specific key by its raw string value, use GET /authentication/{value} instead. Returns 500 if an internal error occurs.
Request
Responses
- 200
- 500
API Keys retrieved successfully
Internal server error