Webhooks

Webhooks allow you to react to certain events that occur on the Fera servers.

Read about Webhooks in Fera here.

🚧

Partner App webhooks have a few differences. Please read about them here.

Events

View all webhook events here.

Security

When Fera POSTs to a webhook URL it will include a JWT token as a the jwt URL parameter.

Read more about webhook security here.

POST Body

When Fera triggers a webhook it will POST a JSON body of the resource that is being observed.

Read more about webhook POST bodies here](/docs/webhook-structure#post-body).