Coinfat

Authentication

Making requests

All requests are JSON over HTTPS, authenticated with a bearer token.

Base URL & headers

Send your key in the Authorization header as a bearer token, with Content-Type: application/json and Accept: application/json.

bash
curl https://api.coinfat.com/api/invoices/01JZ8Q5F2H7T9K1M3N5P7R9S1U \
-H "Authorization: Bearer 42|nX9...secret" \
-H "Content-Type: application/json" \
-H "Accept: application/json"

Versioning

The API is currently unversioned under /api. Breaking changes and the versioning policy will be announced in the changelog.