OmniSocials API
string · uri · requiredstring[] · requiredstring
Webhooks
Manage webhook subscriptions for real-time events (post.scheduled, post.published, post.failed). Deliveries are signed with HMAC-SHA256.
Create a webhook
POST
https://api.omnisocials.com/v1
/webhooks
Create a webhook › Request Body
urlHTTPS URL to receive events. Must resolve to a public host; private, loopback, link-local and unresolvable hosts are rejected with validation_error.
eventsEnum values:
post.scheduled
post.published
post.failed
Create a webhook › Responses
Webhook created. The secret is only returned once at creation.
object
message