Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| password | string | NONE | optional |
| string | NONE | optional | |
| delivery_address | address | NONE | OPTIONAL |
| name | type | default | info |
|---|---|---|---|
| company | string | NONE | REQUIRED |
| contact_person | string | NONE | OPTIONAL |
| address_line_1 | string | NONE | REQUIRED |
| address_line_2 | string | NONE | OPTIONAL |
| zip_code | string | NONE | REQUIRED |
| city | string | NONE | REQUIRED |
| country_code | string | NONE | REQUIRED |
curl --location --request GET 'https://www-staging.givve.com/api/customers/' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "",
"email": "",
"delivery_address": {
"company": "",
"address_line_1": "",
"zip_code": "",
"city": "",
"country_code": ""
}
}'{}