light-mode-image
Learn
MATTR VII PlatformWebhooks

Retrieve Webhook

Retrieve a specific Webhook by providing its ID.

Analytics Events

WEBHOOK_RETRIEVE_STARTWEBHOOK_RETRIEVE_SUCCESSWEBHOOK_RETRIEVE_FAIL

Roles

adminissuer
GET/v1/webhooks/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

The requested Webhook ID.

Formatuuid

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v1/webhooks/41458e5a-9092-40b7-9a26-d4eb43c5792f"
{
  "id": "0c099611-19c4-4f29-8724-6b9e5ba1ef7c",
  "events": [
    "OpenIdCredentialIssued"
  ],
  "url": "https://example.com",
  "disabled": false
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?