Skip to main content
GET
/
webhook
/
endpoints
List webhook endpoints
curl --request GET \
  --url https://platform.inklink.com/api/v1/webhook/endpoints \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>",
      "enabled": true,
      "event_types": [
        "kyc.result.pending"
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.inklink.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

api-key
string
required
Example:

"secret_live_xxx"

Response

List of endpoints.

data
object[]
required