Skip to main content
GET
/
v1
/
webhook
/
paylink
/
transaction
/
{webhookId}
Get a Pay Link Webhook by ID
curl --request GET \
  --url https://api.hel.io/v1/webhook/paylink/transaction/{webhookId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "6812a2fb76c142eb631af95c",
    "creator": "undefined",
    "paylink": "67e548619967b38ac797d6ce",
    "company": "667c1f9352919e407156128c",
    "targetUrl": "https://webhook.site/68644b4f-f63c-4815-9b25-51487efbf13a",
    "events": [
      "CREATED"
    ],
    "sharedToken": "ZFMUzr0wYUSv3rJjYPTSqMVIChFDDRZW9RE3Ls89fZthKJshHTLrjZu6TWsFmg07ERytvFjz2+r0cKfWYkb4LENckjDdfRRIYRxL2NHUDDZPt/WtMnxnxaj+b1VknGZk"
  }
]
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 identifier of the 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(s).

events
enum<string>
required
Available options:
CREATED
id
string
required
company
string
required
targetUrl
string
required
sharedToken
string
required
creator
string