Discussions

Ask a Question
Back to All

API key to call Rossum API from webhooks

Hi,

I don't see the attribute "rossum_authorization_token" in the webhook payload I receive, so here is my question:

Is "rossum_authorization_token" passed only in some cases?

In https://api.elis.rossum.ai/docs/#access-to-rossum-api,
it is said that a "Rossum API key is passed to webhooks as a first-level attribute rossum_authorization_token within the webhook payload".

However, I don't see this "rossum_authorization_token" in the payload that my webhook receives for "user_update" and "export" actions of "annotation_content" events (I did not check for other kind of events). I would like to make API calls in the "export" event using this key.

Am I understanding the documentation incorrectly?