The v1 API is deprecated and will be removed in January 2026. Please migrate to the v2 API.
GET https://api.unkey.dev/v1/apis.listKeys to list all keys for an API.
HTTP Methods
We strictly use onlyGET and POST methods. PUT and DELETE are not used.
GET
GET methods are used for reading data. Filtering, sorting, or pagination is done via query parameters.
POST
POST methods are used for creating, updating, and deleting data. Data is passed as application/json in the request body.