Skip to main content
POST
/
core
/
webhooks
/
management-link
Request webhook management link
curl --request POST \
  --url https://api.enterprise.sandbox.uphold.com/core/webhooks/management-link \
  --header 'Authorization: Bearer <token>'
{
  "managementLink": {
    "url": "<string>",
    "expiresAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Response

201 - application/json

Webhook management link created.

Webhook management link.