Quickstart

This guide will get you all set up and ready to use the MPODx API. We'll cover how to get started and how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.

Making your first API request

Once you have your API Key you are ready to make your first call to the MPODx API. Below, you can see how to send a GET request to the Connection endpoint to test your authentication.

GET
/v1/connect
curl -G https://api.mpodx.com/v1/connect \
  -H "Authorization: Bearer {token}"

What's next?

Great, you're now set up with API authentication and have made your first request to the API. As you continue to explore the MPODx API, we recommend taking a look at the following information:

Was this page helpful?