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.
Before you can make requests to the MPODx API, you will need to grab your API key from the settings page in your MPODx dashboard if you are using MPODx to create your own products. You can find it under MPODx Settings - API Keys. In all other cases, your MPODx representative will issue you with your API Key instead.
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.
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: