Skip to main content
GET
/
api
/
v1
/
agency
/
billing
/
{agency_id}
/
setup_stripe_webhook
Agency Setup Stripe Webhook
curl --request GET \
  --url 'https://api.example.com/api/v1/agency/billing/{agency_id}/setup_stripe_webhook?api_key='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

agency_id
string<uuid>
required

Response

Successful Response