GET
/
coa
/
api
/
v1
/
invoice
/
next-invoice-number
/
Get Next Invoice Number
curl --request GET \
  --url https://api.meetcampfire.com/coa/api/v1/invoice/next-invoice-number/ \
  --header 'Authorization: <api-key>'
{
  "next_invoice_number": "0000002"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

entity
integer

Response

200 - application/json

The response is of type object.