POST
/
hook
/
webhook

Register Webhook

Register a new Webhook for one of the available actions. A Webhook must may be registered with the Primary Profile or a User Profile.

Header Parameters

Authorization
string
required
Format: Authorization: Bearer API_KEY. See API overview for more information.
Profile-Key
string
Profile Key of a user profile.

Body Parameters

action
string
required

Available actions: feed, social, scheduled, batch, messages

url
string
required

The URL to be called on action. URL must be in a valid format and begin with https://

secret
string

Secret text used for HMAC. Please see overview for more details.