C
Codat Accounting API
Details
- URL
-
https://api.codat.io - Docs
- https://docs.codat.io/accounting-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.