Skip to main content

Get one webhook configuration

ee
GET 

https://app.tolgee.io/v2/projects/:projectId/webhook-configs/:id

Get one webhook configuration

Request

Path Parameters

    id int64required
    projectId int64required

Responses

OK

Schema
    id int64required
    url stringrequired
    webhookSecret stringrequired
    firstFailed int64

    Date of the first failed webhook request. If the last webhook request is successful, this value is set to null.

    lastExecuted int64

    Date of the last webhook request.

Authorization: X-API-Key

name: X-API-Keytype: apiKeyin: header
curl -L -X GET 'https://app.tolgee.io/v2/projects/:projectId/webhook-configs/:id' \
-H 'Accept: application/json' \
-H 'X-API-Key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!