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