Follow along with this recipe to make your first request to the GetAssociates Endpoint
Getting Familiar With The API
Postman is a popular API testing tool. We recommend trying out several DirectScale Extension API endpoints to get of feel for them before using them in your source code. With this guide, you'll learn how to create a basic call with Postman.
Prerequisites
Locate your API Key. You can find your Directscale Secret key in your Corporate Admin instance Authentication & Authorization.
Locate the Api you would like to call. For a list of all the services, See the Extension Services API
- For this example, we will use GetAssociates.
Creating a Request in Postman About The Extension API
Open Postman and create a New Request.
Paste the Request URL and enter any Request Parameter values in the URL.
Import the Extension API into Postman with the OpenAPI Spec
Learn how to Import the Extension OpenAPI 3.0 Spec