Webhooks
Webhooks
Introduction
Webhooks allow you to build or set up integrations, such as automated data syncs, that subscribe to certain events on featureOS and get notified via HTTP callbacks when those events happen. This guide will walk you through the process of creating a webhook and subscribing to events.
Authentication
To authenticate with the featureOS API, you must provide an API key. You can find your API key in your featureOS account settings.
API Versioning
The featureOS API is currently in version 3 (v3). We will only make backwards compatible changes to the API. We will announce any breaking changes in advance.
Rate Limiting
The featureOS API is rate limited to 100 requests per minute per API key. If you exceed this rate limit, you will receive a 429 Too Many Requests
response.
Errors
If you receive an error response, it will be a JSON object with a message
key containing the error message.
Webhook events are currently supported for the following modules,