curl --request GET \
--url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/webhook-urls \
--header 'Authorization: Bearer <token>'{
"test_webhook_url": "<string>",
"live_webhook_url": "<string>"
}Get the webhook endpoint URLs to configure in your Stripe dashboard for test and live modes.
curl --request GET \
--url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/webhook-urls \
--header 'Authorization: Bearer <token>'{
"test_webhook_url": "<string>",
"live_webhook_url": "<string>"
}