API Gate

With the help of this feature you can make API calls to access information from UMP for your website. You can generate a hash key, this provides access to the membership system.

To activate this feature go to UMP Dashboard -> Extensions -> API Gate.

For each API Call you have an example API Link which you must edit yourself, the available parameters and what this call returns.

Image 134

Example:

For Verify User Level we have two params available: uid and lid (user id and level id). In the API link you must replace the uid with the user id of the user you want to verify. In the example link you have uid=example_1 and lid=example_2, you must replace example_1 with the actual user id, for example uid=10325 and the same for lid.

Related Articles