C
Codat Banking API
Details
Spec supplied by APIs.guru
- URL
-
https://api.codat.io - Spec
- https://api.apis.guru/v2/specs/codat.io/banking/2.1.0/openapi.json
- Docs
- https://docs.codat.io/banking-api/overview
Authentication
Codat API key / pre-encoded authorization header + Codat API key / pre-encoded authorization header
Authorization: Basic <credential> discovered In the Codat Portal, go to Developers > API keys. Your client has one API key pre-provisioned by default; copy either the raw key or the pre-encoded authorization header shown there. Codat's docs say requests use Authorization: Basic YOUR_ENCODED_API_KEY, where the API key is Base64-encoded in the Authorization header. See Authenticate.