Getting Started with the Extension API

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

  1. Locate your API Key. You can find your Directscale Secret key in your Corporate Admin instance Authentication & Authorization.

  2. Locate the Api you would like to call. For a list of all the services, See the Extension Services API

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