Skip to main content
GET
/
api
/
v1
/
payments
/
stripe
/
projects
/
{project_id}
/
webhook-urls
Get Webhook URLs
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>"
}

Documentation Index

Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string<uuid>
required

Response

Successful Response

Stripe webhook URLs for a project.

test_webhook_url
string
required
live_webhook_url
string
required