API Reference
The raw interactive Swagger/OpenAPI reference remains available at https://api.instaclaim.app/docs. This branded portal is the canonical public guide and links to downloadable contracts.
Base URL
https://api.instaclaim.app/v1
Download contracts
Endpoints
| Method | Path | Scope |
|--------|------|-------|
| GET | /v1 | authenticated |
| GET | /v1/audit/events | audit:read |
| GET | /v1/auth/context | authenticated |
| GET | /v1/bank-statements | bank_statements:read |
| GET | /v1/bank-statements/{statement_id} | bank_statements:read |
| GET | /v1/claim-projects | claim_projects:read |
| POST | /v1/claim-projects | claim_projects:write |
| GET | /v1/claim-projects/{project_id} | claim_projects:read |
| PATCH | /v1/claim-projects/{project_id} | claim_projects:write |
| GET | /v1/claim-reports | claim_reports:read |
| POST | /v1/claim-reports | claim_reports:write |
| GET | /v1/claim-reports/{report_id} | claim_reports:read |
| GET | /v1/expense-categories | expense_categories:read |
| POST | /v1/expense-categories | expense_categories:write |
| GET | /v1/expense-categories/{category_id} | expense_categories:read |
| PATCH | /v1/expense-categories/{category_id} | expense_categories:write |
| GET | /v1/organization | organization:read |
| GET | /v1/report-configurations | report_configurations:read |
| POST | /v1/report-configurations | report_configurations:write |
| GET | /v1/report-configurations/{configuration_id} | report_configurations:read |
| PATCH | /v1/report-configurations/{configuration_id} | report_configurations:write |
| GET | /v1/usage | usage:read |
| GET | /v1/webhooks | webhooks:read |
| POST | /v1/webhooks | webhooks:write |
| DELETE | /v1/webhooks/{webhook_id} | webhooks:delete |
| GET | /v1/webhooks/{webhook_id} | webhooks:read |
| PATCH | /v1/webhooks/{webhook_id} | webhooks:write |
| GET | /v1/webhooks/{webhook_id}/deliveries | webhooks:deliveries:read |