Returns the web hook configuration for a project.

Examples

{
    "status": "success",
    "message": "success",
    "result": {
        "client_id": 19817472,
        "project_id": 1249918,
        "endpoint": "example.com/web_hook",
        "enable_http_authorization": false,
        "enable_web_hook": true
    }
}

Params

Param name Description
project_id
required

The ID of the project.

Validations:

  • Must be a Fixnum