Skip to main content
List webhook event types
curl --request GET \
  --url https://api.maple.inc/v1/webhook_event_types \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "object": "webhook_event_type",
      "type": "<string>",
      "description": "<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