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