Factuur Simpel koppelen aan uw eigen applicatie? Ook Simpel!
Om gebruik te kunnen maken van een de API heeft u een authenticatie token nodig.
Klik hier om een gratis account aan te maken en uw authenticatie token op te halen.
https://api.localhost:8000/v1/invoices
curl -X GET https://api.localhost:8000/v1/invoices \
-H "Authorization: Bearer AbCdEfGhIjKlMnOpQrStUvWxYz123456789"
https://api.localhost:8000/v1/invoices/{id}
curl -X GET https://api.localhost:8000/v1/invoices/12345678-abcd-efgh-1a2b-abcdefghikjl \
-H "Authorization: Bearer AbCdEfGhIjKlMnOpQrStUvWxYz123456789"
https://api.localhost:8000/v1/clients
curl -X GET https://api.localhost:8000/v1/clients \
-H "Authorization: Bearer AbCdEfGhIjKlMnOpQrStUvWxYz123456789"