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
Create an invoice integration for a specific vendor.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type null.