List webhooks
documentedList webhooks for the current user.
GET /v2/users/me/webhooksWebhooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.cloudconvert.com/v2/users/me/webhooks" \
-X GET \
-H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
-H "Accept: application/json"
# CloudConvert API v2 docs: https://cloudconvert.com/api/v2/users/me/webhooks