Skip to main content
POST
List API Keys
This endpoint lists all API keys for the authenticated user. It returns information about each API key, including its name, description, creation date, and access permissions. The actual API key values are not returned for security reasons.

Request

This endpoint does not require any parameters.

Example Request

Response

object

Example Response

Example Response (No API Keys)

Error Codes

object
Unauthorized - Authentication credentials are missing or invalid
object
Internal Server Error - An unexpected error occurred on the server

Notes

  • This endpoint returns information about all API keys for the authenticated user.
  • The actual API key values are not returned for security reasons. Instead, a masked version of each API key is returned for display purposes.
  • The access_perms field indicates the access permissions for the API key, such as “read-only” or “read-write”.
  • To generate a new API key, use the Generate API Key endpoint.
  • To delete an API key, use the Delete API Key endpoint.