Jump to Content
EnterpriseAlumni
HomeGuidesAPI ReferenceChangelog
EnterpriseAlumni
Guides
v2.0HomeGuidesAPI ReferenceChangelog
All
Pages
Start typing to search…

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)

Get list of all webhooks (GET)

Get a list of all configured webhooks.

API URL:

https://gateway.enterprisealumni.com/api/v2/webhook

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

Updated 19 days ago


Get a webhook by resourceGuid (GET)
Get a webhook by Event Type (GET)
  • Table of Contents
    • API URL: