GET
/
webhook_endpoints
/
{webhook_endpoint}
curl --request GET \
  --url https://api.chargeapi.co/v1/webhook_endpoints/{webhook_endpoint} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": null,
  "object": null,
  "api_version": null,
  "application": null,
  "created": null,
  "description": null,
  "enabled_events": [
    null
  ],
  "livemode": null,
  "metadata": null,
  "secret": null,
  "status": null,
  "url": null
}

Path Parameters

webhook_endpoint
string
required

ID of the webhook endpoint to retrieve.

Query Parameters

expand
string[]

Specifies related objects to expand in the response.

Body

application/json · object

Response

200
application/json

Webhook endpoint successfully retrieved.