Retrieve a posted invoice
GET/v1/tenants/:tenantId/companies/:companyName/postedinvoices/:id
returns a posted invoice based on its id
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 429
- 500
Successfully received invoice
The invoice is pending document extraction
Bad request
Token not provided or invalid
Forbidden to access the given resource
Invoice not found
Rate limit exceeded
An unexpected error has occurred