Get webhooks
GET /webhook/{name}
GET
/webhook/{name}
Retrieve the organization’s webhook information. Without a name, returns all webhooks as a map keyed by name, or an empty object when the organization has no webhooks configured. With a name, returns the matching webhook, or 404 when the organization has no webhooks configured or no webhook with that name exists. Signing secrets are never returned. Only owner and admin roles can read the webhook information.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
string
Responses
Section titled “ Responses ”Webhook information
Any of:
object
key
additional properties
object
url
required
string format: uri
transaction
object
created
string format: uri
updated
string format: uri
completed
string format: uri
card
object
updated
string format: uri
user
object
updated
string format: uri
object
url
required
string format: uri
transaction
object
created
string format: uri
updated
string format: uri
completed
string format: uri
card
object
updated
string format: uri
user
object
updated
string format: uri
Invalid webhook name
object
code
required
Example
invalid name message
Array<string>
Unauthorized
object
code
required
Example
unauthorizedUser doesn’t belong to the organization
Webhook not found
object
code
required
Example
not found