POST
/
v1
/
invoices
/
create
Create an invoice integration for a specific vendor
curl --request POST \
  --url https://api.pelanor.io/v1/invoices/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "vendor": "<string>",
  "integration_type": "UPLOAD"
}'
{}

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

Created

The response is of type object.