Steps to use our APIs

To use any of the EnterpriseAlumni APIs, the following steps should always be followed:

  1. Prepare the body of the call (if any).
  2. Make sure that the gateway URL is the right one for your region.
  3. Retrieve the Bearer Token (remember it expires after 1 hour).
  4. Select any of the available APIs.
  5. Update the Bearer Token to the one you retrieved in Step 2 (that way we are sure it is valid).
  6. Set the parameters (Params) to the desired values (if any).
  7. Input the body of the call (if any).
  8. Make the call.
  9. Process the retrieved information.

And that is all you need to do!