get https://app.pennylane.com/api/external/v1/customers/
This endpoint returns a specific customer.
Log in to see full request history
Responses
This endpoint returns a specific customer.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/customers/id \
--header 'accept: application/json'
xxxxxxxxxx
40}
{
"customer": {
"name": "Pennylane",
"reg_no": "XXXXXXXXX",
"vat_number": "FR12345678910",
"updated_at": "2021-06-30T07:44:37.545Z",
"source_id": "38a1f19a-256d-4692-a8fe-0a16403f59ff",
"emails": [
"hello@example.org"
],
"billing_iban": "FRXX XXXX XXXX XXXX XXXX XXXX XXX",
"customer_type": "company",
"recipient": "On the behalf of John",
"billing_address": {
"address": "33 rue du mail",
"postal_code": "75010",
"city": "Paris",
"country_alpha2": "FR"
},
"delivery_address": {
"address": "33 rue du mail",
"postal_code": "75010",
"city": "Paris",
"country_alpha2": "FR"
},