Subscribe to Webhook URL

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": [
        "*"
    ]
}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json