APIs at EnterpriseAlumni
This page is meant to give general knowledge of what is available and some key terms that will be used throughout the documentation.
Key Features
The EnterpriseAlumni REST API offers a wide range of features and capabilities to enhance your integration with the platform. The key features are:
- Token Management: Create authorization tokens to utilize other APIs.
- User data APIs: Create, update, and manage users within the alumni network.
- Event Management APIs: Create, organize, and manage events for your alumni network. Create event invitee lists, track registrations, and handle event-related operations programmatically.
Basic Request URL
Depending on what region your Alumni instance was created in, you will have to use one of the three available base URLs. The following links refer to the URLs used for the STAGE environment in their respective region.
- Frankfurt: https://gateway.enterprisealumni.com
- United States: https://gateway-us.enterprisealumni.com
- United Kingdom: https://gateway-uk.enterprisealumni.com
Glossary
Some terms will be used throughout this documentation that are unique to EnterpriseAlumni. These are:
- userResourceGuid: This is the user's unique identifier. It is an alphanumeric value, unique to each user, used to identify them.
- eventResourceGuid: This is the event's unique identifier. It is an alphanumeric value, unique to each event, used to identify them.
- externalGuid: This is an external user unique identifier. Used to facilitate integrations, allowing third-party systems to use their own user identifiers.
Updated 25 days ago