GET
/
v1
/
org
/
{org_id}
/
team
/
{team_id}
/
{environment}
/
webhook
{
  "data": [
    {
      "id": "<string>",
      "description": "<string>",
      "rate_limit": 123,
      "url": "<string>",
      "disabled": true,
      "filter_types": "daily.data.activity.created",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>"
}

The base URL of this endpoint is https://api.tryvital.io/management/.

The endpoint accepts only Management Key (X-Management-Key). Team API Key is not accepted.

Authorizations

X-Management-Key
string
header
required

Path Parameters

org_id
string
required
team_id
string
required
environment
enum<string>
required
Available options:
production,
sandbox

Query Parameters

next_cursor
string | null
limit
integer
default:50

Response

200
application/json

Successful Response

The response is of type object.