Rewardly Docs
API ReferenceWebhooks

List webhook endpoints

GET
/v1/webhook-endpoints
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/webhook-endpoints"
{  "endpoints": [    {      "id": "string",      "url": "string",      "events": [        "string"      ],      "active": true,      "createdAt": "string"    }  ],  "eventTypes": [    "string"  ]}