Get project Webhook
GET
https://app-dev.jollor.com/api/public/v1/projects/{project_id}/webhook
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://app-dev.jollor.com/api/public/v1/projects/<your project_id>/webhook' \
--header 'Content-Type: application/json'
Response Response Example
{
"verify_token": "4ef5279ccb6221ca2d830ece4bdd7b69eb2c09b8",
"_links": {
"self": {
"href": "/public/v1/projects/612cc9931d1652451ef2e6d0/webhook"
}
}
}
Request
Path Params
project_id
string
required
Example:
{{project_id}}
Header Params
Content-Type
string
required
Example:
application/json
Responses
Modified at 2023-12-05 06:59:28