Get an Invoice by IDAsk AIget https://api.revenium.ai/profitstream/v2/api/invoices/{id}Get an invoice by its unique identifier.Path ParamsidstringrequiredUnique identifier of the invoice to retrieve. Format: URL-safe encoded string.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/hal+jsonapplication/jsonAllowed:application/hal+jsonapplication/jsonResponses 200Returns an Invoice object. 400Invalid request 401Unauthorized - Authentication required 403Forbidden - Insufficient permissions 404Invoice not found 409Conflict - Resource conflict 422Unprocessable entity - Validation failed 500Internal server errorUpdated 6 months ago