GET /v2/webhooks
Returns a list of webhooks corresponding to the context or plan provided, if they exist. For plan, the webhooks for all contexts that you have access to will be returned, and theresponse is paginated
Servers
- https://api.figma.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
context_id |
String | No |
The id of the context that you want to get attached webhooks for. If you're using context_id, you cannot use plan_api_id. |
plan_api_id |
String | No |
The id of your plan. Use this to get all webhooks for all contexts you have access to. If you're using plan_api_id, you cannot use context or context_id. When you use plan_api_id, the response is paginated. |
context |
String | No |
Context to create the resource on. Should be "team", "project", or "file". |
cursor |
String | No |
If you're using plan_api_id, this is the cursor to use for pagination. If you're using context or context_id, this parameter is ignored. Provide the next_page or prev_page value from the previous response to get the next or previous page of results. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.