Skip to main content
List webhook subscriptions
curl --request GET \
  --url https://api.maple.inc/v1/webhook_subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "object": "webhook_subscription",
      "id": "<string>",
      "notification_url": "<string>",
      "event_types": [
        "<string>"
      ],
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key — mpk_test_… for the sandbox, mpk_live_… for production. Issued by Maple during partner onboarding.

Response

Success

object
enum<string>
required
Available options:
list
data
object[]
required