Authorizations
Path Parameters
Body
application/json
Response
Successful response
curl --request PUT \
--url https://app.flowglad.com/api/v1/webhooks/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhook": {
"id": "<string>",
"filterTypes": [
"customer.created"
],
"url": "<string>",
"name": "<string>",
"active": true
}
}'
{
"webhook": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"filterTypes": [
"customer.created"
],
"organizationId": "<string>",
"url": "<string>",
"name": "<string>",
"active": true
}
}
curl --request PUT \
--url https://app.flowglad.com/api/v1/webhooks/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhook": {
"id": "<string>",
"filterTypes": [
"customer.created"
],
"url": "<string>",
"name": "<string>",
"active": true
}
}'
{
"webhook": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"filterTypes": [
"customer.created"
],
"organizationId": "<string>",
"url": "<string>",
"name": "<string>",
"active": true
}
}
Show child attributes
Successful response
Show child attributes
Was this page helpful?