Get all webhook actions
Get descriptions of all available webhook actions to set up webhooks.
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Query parameters
organization-only
organization-only or not
Response
Object with webhook action descriptions.
ANNOTATIONS_CREATED
ANNOTATIONS_DELETED
ANNOTATION_CREATED
ANNOTATION_UPDATED
LABEL_LINK_CREATED
LABEL_LINK_DELETED
LABEL_LINK_UPDATED
PROJECT_CREATED
PROJECT_DELETED
PROJECT_UPDATED
REVIEWS_DELETED
REVIEW_CREATED
REVIEW_UPDATED
TASKS_CREATED
TASKS_DELETED