Endpoints

We are using two different base endpoints for test and live mode, as given below.

Test mode

Before making your first API request, you need to pick which API client to test the API. You can use either cURL HTTP requests or Postman for testing purposes.

cURL

https://beta-api.uprise.us

Live mode

After picking your preferred client, you are ready to make your first call to the Uprise API. Below, you can see how to send a GET request to the Users endpoint to get a list of all your users.

cURL

https://api.uprise.us/users

What's next?

Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the Uprise API: