v1
latestOpenAPI 3.0.22026-07-144652931.4 MBExtension Schemas
Get an extension vendor
Get details about one specific extension vendor.
A PagerDuty extension vendor represents a specific type of outbound extension such as Generic Webhook, Slack, ServiceNow.
For more information see the API Concepts Document
Scoped OAuth requires: extension_schemas.read
get/extension_schemas/{id}
Path parameters
idstring required
The ID of the resource.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Response
The extension vendor requested
Example response
{
"extension_schema": {
"id": "PJFWPEP",
"type": "extension_schema",
"summary": "Generic Webhook",
"self": "https://api.pagerduty.com/extension_schemas/PJFWPEP",
"html_url": "null",
"description": "Long description here",
"guide_url": "https://developer.pagerduty.com",
"icon_url": "https://extension.com/extension.png",
"key": "generic_webhook",
"label": "Generic Webhook",
"logo_url": "https://extension.com/logo.png",
"send_types": [
"trigger",
"acknowledge",
"resolve",
"delegate",
"escalate",
"unacknowledge",
"assign",
"custom"
],
"url": "https://developer.pagerduty.com/my_webhook_endpoint"
}
}