Authentication: Getting API Keys (2024)

Azure controls authentication for the Public APIs. DirectScale assigns you to particular clients. Once added and authorized to your client product, your Ocp-Apim-Subscription-Key API Key will be available in your API Gateway Profile.

To locate your Ocp-Apim-Subscription-Key API Key:

  1. Navigate to https://apigateway.directscale.com/developer.
  2. Click your name at the top-right corner and select PROFILE.
  3. On your Profile page, under Your subscriptions, you'll find your API Subscription Keys.

Authentication: Getting API Keys (1)

The DirectScale Platform has both Live and Stage environments. You have separate keys for these environments. The API Key links your calls to your specific back-end client. For those who service multiple back-end clients, you’ll have multiple unique keys.

For authentication, you'll pass your API Key in the header of your requests as shown in the following examples:

curl --request GET \ --url https://dsapi.directscale.com/v1/customers/299/countries \ --header 'Accept: application/json' \ --header 'Ocp-Apim-Subscription-Key: dedfe8bc2c1448e7b2af7d1ad95a03c4'
var client = new RestClient("https://dsapi.directscale.com/v1/customers/299/countries");var request = new RestRequest(Method.GET);request.AddHeader("Accept", "application/json");request.AddHeader("Ocp-Apim-Subscription-Key", "dedfe8bc2c1448e7b2af7d1ad95a03c4");IRestResponse response = client.Execute(request);
const options = { method: 'GET', headers: { Accept: 'application/json', 'Ocp-Apim-Subscription-Key': 'dedfe8bc2c1448e7b2af7d1ad95a03c4' }};fetch('https://dsapi.directscale.com/v1/customers/299/countries', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));

Updated almost 3 years ago

Authentication: Getting API Keys (2024)
Top Articles
What is Operating Cash Flow Formula? (OCF Formula)
Ripple Decision Makes Waves Finding Some XRP Sales Not Securities | BakerHostetler
#ridwork guides | fountainpenguin
Craigslist Niles Ohio
Pinellas County Jail Mugshots 2023
Craigslist Parsippany Nj Rooms For Rent
Jonathan Freeman : "Double homicide in Rowan County leads to arrest" - Bgrnd Search
Weapons Storehouse Nyt Crossword
Matthew Rotuno Johnson
Belle Delphine Boobs
G Switch Unblocked Tyrone
Craigslistjaxfl
Jalapeno Grill Ponca City Menu
Welcome to GradeBook
Daytonaskipthegames
Menus - Sea Level Oyster Bar - NBPT
Rust Belt Revival Auctions
Which Sentence is Punctuated Correctly?
Soul Eater Resonance Wavelength Tier List
From This Corner - Chief Glen Brock: A Shawnee Thinker
Mcclendon's Near Me
Lcsc Skyward
Turns As A Jetliner Crossword Clue
Uncovering the Enigmatic Trish Stratus: From Net Worth to Personal Life
R/Mp5
Rush County Busted Newspaper
Advance Auto Parts Stock Price | AAP Stock Quote, News, and History | Markets Insider
Palmadise Rv Lot
Sedano's Supermarkets Expands to Orlando - Sedano's Supermarkets
Steven Batash Md Pc Photos
Pinellas Fire Active Calls
How To Paint Dinos In Ark
Timberwolves Point Guard History
World Social Protection Report 2024-26: Universal social protection for climate action and a just transition
Chathuram Movie Download
US-amerikanisches Fernsehen 2023 in Deutschland schauen
Lucifer Morningstar Wiki
Paul Shelesh
Sour OG is a chill recreational strain -- just have healthy snacks nearby (cannabis review)
Vagicaine Walgreens
Zeeks Pizza Calories
Aloha Kitchen Florence Menu
Bank Of America Appointments Near Me
Scott Surratt Salary
Rick And Morty Soap2Day
All Buttons In Blox Fruits
Santa Ana Immigration Court Webex
King Fields Mortuary
All Obituaries | Roberts Funeral Home | Logan OH funeral home and cremation
Guidance | GreenStar™ 3 2630 Display
Latest Posts
Article information

Author: Prof. Nancy Dach

Last Updated:

Views: 6213

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Prof. Nancy Dach

Birthday: 1993-08-23

Address: 569 Waelchi Ports, South Blainebury, LA 11589

Phone: +9958996486049

Job: Sales Manager

Hobby: Web surfing, Scuba diving, Mountaineering, Writing, Sailing, Dance, Blacksmithing

Introduction: My name is Prof. Nancy Dach, I am a lively, joyous, courageous, lovely, tender, charming, open person who loves writing and wants to share my knowledge and understanding with you.