Extend the life of a webhook. The new expiration time will be 7 days after the refresh time.
Note that this endpoint only applies to active webhooks with an expiration time.
Creator level permissions are required in order to refresh a webhook.
Press shift + S to search API reference.
https://api.airtable.com/v0/bases/{baseId}/webhooks/{webhookId}/refresh
Extend the life of a webhook. The new expiration time will be 7 days after the refresh time.
Note that this endpoint only applies to active webhooks with an expiration time.
Creator level permissions are required in order to refresh a webhook.
Authentication | Personal access token, OAuth integration |
Scope | webhook:manage |
User role | Base creator |
Billing plans | All plans |
$curl -X POST "https://api.airtable.com/v0/bases/{baseId}/webhooks/{webhookId}/refresh" \-H "Authorization: Bearer YOUR_TOKEN"
{"expirationTime": "2023-01-30T00:00:00.000Z"}