Skip to main content

Get Webhook Endpoints

GET 

/v3/applications/:appId/envs/:appEnv/webhooks

This endpoint retrieves webhook endpoints configurated for an environment.

Request

Path Parameters

    appId stringrequired

    The application identifier which is used to identify the application used.

    Example: appId_XXXX-XXXX-XXXX-XXXX-XXXX
    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

Responses

The list of webhook events.

Schema

  • Array [

  • _id string
    url stringrequired
    description string
    _createdAt date-time
  • ]

Loading...