Steps to use our APIs
To use any of the EnterpriseAlumni APIs, the following steps should always be followed:
- Prepare the body of the call (if any).
- Make sure that the gateway URL is the right one for your region.
- Retrieve the Bearer Token (remember it expires after 1 hour).
- Select any of the available APIs.
- Update the Bearer Token to the one you retrieved in Step 2 (that way we are sure it is valid).
- Set the parameters (Params) to the desired values (if any).
- Input the body of the call (if any).
- Make the call.
- Process the retrieved information.
And that is all you need to do!
Updated 25 days ago