Skip to main content
POST
/
webhooks
/
resume
Resume Suspended Webhook
curl --request POST \
  --url https://access.utgl.io/v1/webhooks/resume \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "webhookId": "6a3176fe-7715-4fe0-a548-034912d7f800"
}
'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
webhookId
string<uuid>
required

Webhook ID

Example:

"6a3176fe-7715-4fe0-a548-034912d7f800"

Response

200

Webhook resume return 200 and empty response