Skip to main content
GET
/
v1
/
webhook
/
paylink
/
subscription
/
{webhookId}
Get a Subscription Webhook by ID
curl --request GET \
  --url https://api.hel.io/v1/webhook/paylink/subscription/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "title": "retrieved"
}
NOTE: When using Helio on mainnet, set your Base URL to https://api.hel.io and generate your API keys from moonpay.hel.io . For testnet, use https://api.dev.hel.io and generate your API keys from moonpay.dev.hel.io.

Authorizations

Authorization
string
header
required

Authentication using JWT token

Path Parameters

webhookId
string
required

The unique ID of the subscription webhook you want to retrieve.

Query Parameters

apiKey
string
required

Your API key can be generated on the Helio Dashboard’s settings page.

Response

Successfully retrieved webhook details.

events
enum<string>[]
required
Available options:
STARTED,
RENEWED,
ENDED
id
string
required
company
string
required
targetUrl
string
required
sharedToken
string
required
creator
string