Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.95 KB

File metadata and controls

15 lines (11 loc) · 2.95 KB

GetWebhooksResponse

Webhooks

Fields

Field Type Required Description Example
status_code int ✔️ HTTP Response Status Code 200
status str ✔️ HTTP Response Status OK
data List[models.Webhook] ✔️ N/A
meta Optional[models.Meta] Response metadata
links Optional[models.Links] Links to navigate to previous or next pages through the API
raw Dict[str, Any] Raw response from the integration when raw=true query param is provided