POST
/
v1
/
invoices
/
create
cURL
curl --request POST \
  --url https://api.pelanor.io/v1/invoices/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "billing_account_id": "<string>",
  "integration_name": "<string>",
  "vendor_name": "<string>",
  "vendor_type": "InvoiceVendorTypeUnknown"
}'
null

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

The response is of type null.