v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Webhooks

List OAuth clients

List all OAuth clients for webhook subscriptions. Maximum of 10 clients per account.

Requires admin or owner role permissions.

get/webhook_subscriptions/oauth_clients

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Response

A list of OAuth clients

Example response

{
  "oauth_clients": [
    {
      "id": "AGMEB7F7YJYELCPG4Y5YWMYGXE",
      "type": "oauth_client",
      "name": "PagerDuty Webhook Integration",
      "client_id": "oauth-client-id",
      "scope": "read write",
      "token_url": "https://foo.oauth-server.com/oauth_token.do",
      "grant_type": "client_credentials",
      "status": "active"
    }
  ]
}