Skip to main content
GET
Get information of an invoice group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invoice_group_id
string
required
Maximum string length: 512
Example:

"inv_grp.20rqjgFJf2O.ejl25"

Response

Response to get invoice group request

Invoice group details

id
string
required
name
string
required
email
string
required
Maximum string length: 320
dailyInvoiceConsolidation
boolean
required
invoiceCurrency
string
required
billingAddress
object
required

billing address of the customer

accountsCount
integer<int32>
required
Required range: x >= 0
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
accounts
string[]
required
netTermDays
integer<int32>
nextToken
string