Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| name | string | NONE | OPTIONAL |
| string | NONE | REQUIRED | |
| email_notification | string | NONE | REQUIRED, can be to or cc |
curl --location --request POST 'https://www-staging.givve.com/api/customers//contact_persons' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test Test",
"email": "test@example.com",
"email_notification": "to"
}'{}