List all API keys for the authenticated user's account
GET /keys
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successful response
Response body for GET /keys endpoint Lists all API keys for the authenticated account
object
Array of API key metadata (does not include the actual key strings)
object
Unique identifier for the key (jti)
The full key string with prefix (shown for reference but should be stored securely by user)
Type of API key
Environment ID if the key is scoped to a specific environment
The account ID that owns this key
Human-readable name/description for the key
Whether the key has been revoked
ISO 8601 timestamp when the key was created
ISO 8601 timestamp of when the key was last used (if tracked)
Bad Request - validation errors, invalid input
Standard error response for API errors.
object
Unique tracking ID for the request.
Structured error details for API error responses.
object
Machine-readable error code.
Human-readable error message.
Actionable hint for fixing the error.
Provider that caused the error (e.g. telnyx, ses).
Provider-specific error code.
Unauthorized
Payment Required - usage limits exceeded
Standard error response for API errors.
object
Unique tracking ID for the request.
Structured error details for API error responses.
object
Machine-readable error code.
Human-readable error message.
Actionable hint for fixing the error.
Provider that caused the error (e.g. telnyx, ses).
Provider-specific error code.
Internal Server Error
Bad Gateway - provider error
Standard error response for API errors.
object
Unique tracking ID for the request.
Structured error details for API error responses.
object
Machine-readable error code.
Human-readable error message.
Actionable hint for fixing the error.
Provider that caused the error (e.g. telnyx, ses).
Provider-specific error code.