Used to specify when the webhook should be called
POST
/public/v1/projects/{project_id}/webhook/subscriptionsUsed to specify when the webhook should be called
Request
Path Params
project_id
string
required
Project ID
Example:
{{project_id}}
Query Params
object_type
string
required
Specifies object type (post_received/ post_created/ post_published/ message_received/ message_created/ message_sent/ token_expired)
Example:
post_received
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a year ago