Digitoo.ai
Digitoo API rev. 2.0.0

Webhooks

Endpoint:https://api.digitoo.ai

Get document webhooks

GET
https://api.digitoo.ai
/api/v2/documents/{document_id}/webhooks

Get document webhookspath Parameters

  • document_idstring · uuid · required

    An uuid identifier

    Example: 2555dc04-dc49-4d76-b14a-e4fd7b8a8b07

Get document webhooksResponses

    • dataobject[] · required

Get webhook signing key for organization

GET
https://api.digitoo.ai
/api/v2/organizations/{organization_id}/webhook-signing-key

Get webhook signing key for organizationpath Parameters

  • organization_idrequired

    A unique UUID or humanized id identifier

Get webhook signing key for organizationResponses

    • dataobject · required

Create webhook signing key for organization

POST
https://api.digitoo.ai
/api/v2/organizations/{organization_id}/webhook-signing-key

Create webhook signing key for organizationpath Parameters

  • organization_idrequired

    A unique UUID or humanized id identifier

Create webhook signing key for organizationResponses

    • dataobject · required

Get organization webhooks

GET
https://api.digitoo.ai
/api/v2/organizations/{organization_id}/webhooks

Get organization webhookspath Parameters

  • organization_idrequired

    A unique UUID or humanized id identifier

Get organization webhooksResponses

    • dataobject[] · required

Get queue webhooks

GET
https://api.digitoo.ai
/api/v2/queues/{queue_id}/webhooks

Get queue webhookspath Parameters

  • queue_idrequired

    A unique UUID or humanized id identifier

Get queue webhooksResponses

    • dataobject[] · required

Create webhook for entity

POST
https://api.digitoo.ai
/api/v2/webhooks

Create webhook for entityRequest Body

  • urlstring · url · required

    URL must be a valid HTTP URL

  • entity_typerequired
  • entity_idstring · uuid · required
  • type | null
    Default: document_status_changed
  • signature_verification | null

Create webhook for entityResponses

    No schema specified

Get webhook by ID

GET
https://api.digitoo.ai
/api/v2/webhooks/{webhook_id}

Get webhook by IDpath Parameters

  • webhook_idstring · uuid · required

    An uuid identifier

    Example: 2555dc04-dc49-4d76-b14a-e4fd7b8a8b07

Get webhook by IDResponses

    • dataobject · required

Delete webhook for entity

DELETE
https://api.digitoo.ai
/api/v2/webhooks/{webhook_id}

Delete webhook for entitypath Parameters

  • webhook_idstring · uuid · required

    An uuid identifier

    Example: 2555dc04-dc49-4d76-b14a-e4fd7b8a8b07

Delete webhook for entityResponses

    No schema specified

Patch webhook for entity

PATCH
https://api.digitoo.ai
/api/v2/webhooks/{webhook_id}

Patch webhook for entitypath Parameters

  • webhook_idstring · uuid · required

    An uuid identifier

    Example: 2555dc04-dc49-4d76-b14a-e4fd7b8a8b07

Patch webhook for entityRequest Body

  • urlstring · url · required

    URL must be a valid HTTP URL

  • signature_verification | null

Patch webhook for entityResponses

    • dataobject · required

Get workspace webhooks

GET
https://api.digitoo.ai
/api/v2/workspaces/{workspace_id}/webhooks

Get workspace webhookspath Parameters

  • workspace_idrequired

    A unique UUID or humanized id identifier

Get workspace webhooksResponses

    • dataobject[] · required