cURL
curl --request GET \ --url https://{cluster}.voucherify.io/management/v1/projects/{projectId} \ --header 'X-Management-Id: <api-key>' \ --header 'X-Management-Token: <api-key>'
{ "id": "proj_V0uCh3RiFy", "name": "Voucherify Team Project", "currency": "EUR", "timezone": "Etc/GMT+1", "cluster_id": "eu1", "api_version": "v2018-08-01", "description": "Project for testing.", "case_sensitive_codes": true, "client_trusted_domains": [], "client_redeem_enabled": false, "client_publish_enabled": false, "client_list_vouchers_enabled": false, "client_create_customer_enabled": false, "client_loyalty_events_enabled": false, "client_set_voucher_expiration_date_enabled": false, "api_usage_notifications": { "messages": { "value": 80, "emails": [], "in_app": false, "enabled": false }, "api_calls": { "value": 80, "emails": [ "your.email@your.domain" ], "in_app": true, "enabled": true }, "cycle_calls": { "value": 80, "emails": [ "your.email@your.domain" ], "in_app": true, "enabled": true }, "redemptions": { "value": 80, "emails": [], "in_app": false, "enabled": false }, "webhook_calls": { "value": 80, "emails": [ "your.email@your.domain" ], "in_app": true, "enabled": true }, "bulk_api_calls": { "value": 80, "emails": [ "your.email@your.domain" ], "in_app": true, "enabled": true } }, "webhooks_callout_notifications": { "webhooks": { "email": true, "emails": [ "your.email@your.domain" ], "in_app": true }, "distributions": { "email": true, "emails": [ "your.email@your.domain" ], "in_app": true } }, "is_sandbox": false, "default_code_config": { "charset": "0123456789" }, "webhook_version": "v2024-01-01" }
Retrieves an existing project.
v2024-01-01
Show child attributes
v2018-08-01
Was this page helpful?