C

Codat Accounting API

REST discovered

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
Codat API key / pre-encoded authorization header api_key Get key ↗

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.