post https://{cluster}.voucherify.io/management/v1/projects
Creates a new project. You can add users, specify the cluster, timezone, currency, and other details.
All owners are added to the project by default.
Responses
Creates a new project. You can add users, specify the cluster, timezone, currency, and other details.
All owners are added to the project by default.
xxxxxxxxxx
44curl --request POST \
--url https://api.voucherify.io/management/v1/projects \
--header 'X-Voucherify-Channel: Voucherify Documentation' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"case_sensitive_codes": true,
"webhook_version": "v2024-01-01",
"webhooks_callout_notifications": {
"distributions": {
"email": true,
"in_app": true
},
"webhooks": {
"email": true,
"in_app": true
}
},
"api_usage_notifications": {
"messages": {
"enabled": true,
"in_app": true
},
"api_calls": {
"enabled": true,
"in_app": true
},
"bulk_api_calls": {
Try It!
to start a request and see the response here! Or choose an example: