Used to specify when the webhook should be called
POST
https://app-dev.jollor.com/api/public/v1/projects/{project_id}/webhook/subscriptions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://app-dev.jollor.com/api/public/v1/projects/<your project_id>/webhook/subscriptions?object_type=post_received'
Response Response Example
{}
Request
Path Params
project_id
string
required
Example:
{{project_id}}
Query Params
object_type
string
required
Example:
post_received
Responses
Modified at 2023-12-05 06:59:45