Skip to main content
GET
/
v1
/
org
/
{org_id}
/
team
/
{team_id}
/
{environment}
/
webhook
/
{webhook_id}
{
  "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"
}
The base URL of this endpoint is https://api.management.junction.com/.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<uuid>
required
team_id
string<uuid>
required
environment
enum<string>
required
Available options:
production,
sandbox
webhook_id
string
required

Response

Successful Response

id
string
required
url
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
rate_limit
integer | null
disabled
boolean | null
default:false
filter_types
string[] | null

For the complete list of events, check out the Event Catalog.

Examples:

"daily.data.activity.created"

I