Invoice
The "Invoice" section allows clients to access their invoice history, providing details on all past invoices. Additionally, users can retrieve information about their latest invoice, facilitating easy tracking of financial transactions and ensuring transparency in billing.
Get last invoice
GET
{{BASE_URL}}/api/teams/{id}/last-invoice
Get information about your last bill.
Path Parameters
Name | Type | Description |
---|---|---|
id* | String | Team ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Get billing history
GET
{{BASE_URL}}/api/teams/{id}/billing-history
Get all invoices for a specific team.
Path Parameters
Name | Type | Description |
---|---|---|
id* | String | Team ID |
Query Parameters
Name | Type | Description |
---|---|---|
page | String | page number |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Last updated