get https://app.pennylane.com/api/external/v1/suppliers/
This endpoint returns a specific supplier.
Log in to see full request history
Responses
This endpoint returns a specific supplier.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/suppliers/id \
--header 'accept: application/json'
xxxxxxxxxx
38}
{
"supplier": {
"name": "Pennylane",
"reg_no": "82762938500014",
"vat_number": "FR12345678910",
"plan_item": {
"number": "string",
"label": "string",
"enabled": true,
"vat_rate": "string",
"country_alpha2": "string",
"description": "string",
"v2_id": 1234
},
"updated_at": "2023-08-30T10:08:08.146343Z",
"source_id": "38a1f19a-256d-4692-a8fe-0a16403f59ff",
"emails": [
"hello@example.org"
],
"iban": "FRXX XXXX XXXX XXXX XXXX XXXX XXX",
"address": "4 rue du faubourg saint martin",
"postal_code": "75010",
"city": "Paris",
"country_alpha2": "FR",
"payment_conditions": "upon_receipt",