API Documentation

Subscribe to Webhook URL:

End Point: /api/v2/webhooks/subscription/subscribe
Method: POST
Authorization: Bearer {Access Token}

Request Example

{
    "url": "https://localhost.dev/timeero/webhook",
    "signature_secret_key": "**************",
    "active": true,
    "events": [
        "*"
    ]
}

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!