Authentication method
The Fiet Business API uses HTTP Basic Authentication (MVP). Credentials are issued per organisation and environment. Include anAuthorization header on every request:
Authorization: Basic <base64(username:password)>
Environments
| Environment | Base URL |
|---|---|
| Production (example) | https://api.fiet.finance |
| Sandbox | Coming soon |
Example request
Error responses
Common responses you should handle:- 401 Unauthorized: missing or invalid credentials
- 403 Forbidden: credentials are valid, but access is not permitted
- 400 Bad Request: invalid parameters or request body (see
Problemschema)