# List API Keys **GET /api/v1/orgs/me/apikeys** Lists all API keys for the organization associated with the authenticated user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 OK #### Body: application/json (array[object]) - **created_at** (string) - **id** (integer) - **label** (string) - **organization_id** (integer) - **revoked_at** (string) ### 401 Unauthorized or Org ID not found #### Body: application/json (object) - ***** (string) ### 500 Failed to list API keys #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)