cURL
curl --request POST \ --url https://api.pelanor.io/v1/invoices/{id}/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "vendor": "<string>", "file_name": "<string>", "file_content_base64": "<string>" }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Uploaded
The response is of type object.
object