v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-045244247.9 KB
Settings

List API keys

Use the List API keys endpoint to return a list of all API keys that currently exist for your client. This includes keys created via the Portal UI or the Create API keys endpoint.

API keys are tokens used to control access to the API. Include this token in the Authorization header parameter when making API calls, following the word "Basic" and a space with your API key.

You can read more about authentication at Codat and managing API keys via the Portal UI or API.

get/apiKeys

Response

Success

Example response

{
  "results": [
    {
      "id": "e288a972-b402-4b21-93f9-b5335ae5679c",
      "name": "azure-invoice-finance-processor",
      "apiKey": "ztHQGvnC4XN2CgUhaDWEG4ySLUJqWjp7zkbZkGHd",
      "createdDate": "2022-10-23T00:00:00Z"
    }
  ]
}