For AI agents: visit https://developer.enterprisealumni.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
EnterpriseAlumniEnterpriseAlumni
HomeGuidesAPI ReferenceChangelog
v2.0

EnterpriseAlumni
Guides
v2.0HomeGuidesAPI ReferenceChangelog

GETTING STARTED

  • Introduction
  • API Basics
  • APIs at EnterpriseAlumni
  • Authentication
  • Steps to use our APIs
  • Request Headers

User data APIs

  • Search users (GET)
  • Return user schema (GET)
  • Return user schema JSON (GET)
  • Validate user schema JSON (POST)
  • Create a new user (POST)
  • Get a user by userResourceGuid (GET)
  • Update the user (PUT)
  • Delete user (DELETE)
  • Update user approval status (PUT)
  • Get user by ExternalGuid (GET)

EVENT MANAGEMENT APIS

  • Create a new event (POST)
  • Delete event (DELETE)
  • Update an event (PUT)
  • Search events (GET)
  • List event invitees (GET)
  • Add invitees for an Event (POST)
  • Update invitees RSVP for an Event (PUT)
  • Delete invitees for an Event (DELETE)

WEBHOOKS APIs

  • Create a new webhook credential (POST)
  • Update a webhook credential by resourceGuid (PUT)
  • Delete a webhook credential by resourceGuid (DELETE)
  • Get a webhook credential by resourceGuid (GET)
  • Get list of all credentials (GET)
  • Create a new webhook (POST)
    • USER_CREATED
    • USER_UPDATED
    • USER_DELETED
    • EVENT_CREATED
    • EVENT_UPDATED
    • EVENT_DELETED
    • EVENT_PUBLISHED
    • USER_EMAIL_CREATED
    • USER_EMAIL_UPDATED
    • USER_EMAIL_DELETED
    • USER_EMAIL_USAGES_CREATED
    • USER_EMAIL_USAGES_UPDATED
    • USER_PREFERENCES_UPDATED
  • Partial update a webhook by resourceGuid (PATCH)
  • Delete a webhook by resourceGuid (DELETE)
  • Get a webhook by resourceGuid (GET)
  • Get list of all webhooks (GET)
  • Get a webhook by Event Type (GET)
Powered by 

Get a webhook by Event Type (GET)

API URL:

https://gateway.enterprisealumni.com/api/v2/webhook/event-type/{type}

*Use gateway-us for the United States region and gateway-uk for the UK region. For the Frankfurt region, simply use gateway.

Updated about 1 year ago


Get list of all webhooks (GET)
    • API URL: