Description

Allows lookup up of invoices given criteria

General

End Point
https://www.mogl.com/api/v2/invoices/
HTTP Method GET
Requires SSL true
Requires Acting User true (learn more)
Scope(s) accounts

Path Parameters

Path parameters are ALWAYS required.

None

Request Parameters

Parameters are NOT REQUIRED unless noted otherwise.

startDate Include only invoices after this start date
endDate Include only invoices before this end date
business Include only invoices for the given business
account Include only invoices for the given account
state Include only invoices in the given state [PENDING, POSTED, COMPLETED, FAILED, PAST_DUE]
offset The offset into the results
numResults The number of results to retrieve (default 100)

Response Fields

results A list of invoices. See results details, See invoice details

Try It Now

Endpoint
Client Id
(required)
Access Token
(required)
User Token
*(see below -- client_credentials only)
startDate
Add
endDate
Add
business
Add
account
Add
state
Add
offset
Add
numResults
Add
*Partners that authenticate with client_credentials should provide a user_token.