Skip to content
English
  • There are no suggestions because the search field is empty.

How can I use the Try It Now feature

Needs testing before publishing.  

Step 1: Access the Developer Portal

  1. Go to the Azure portal.
  2. Navigate to your API Management instance.
  3. In the left-hand menu, select Developer portal under the Developer section.

Step 2: Sign In

  1. If required, sign in to the Developer Portal using your credentials.

Step 3: Navigate to an API

  1. In the Developer Portal, go to the APIs section.
  2. Select the API you want to test from the list.

Step 4: Access the Try It Feature

  1. Click on an API operation you want to test.
  2. You will see a "Try It" button or tab on the operation page.


Step 5: Configure Your Request

  1. The Try It feature will display the API endpoint, request method (GET, POST, etc.), and parameters.
  2. Fill in any required parameters or headers.
    • If the API requires authorization, you may need to enter your API key or OAuth token.
Set the Host Name:

Image

SET THE AUTHORIZATION
You will need to format the Authorization value by adding "Bearer" to the beginning of the Token you get from postman: e.g.  Bearer &(*&#*&^RDSKJHOR33$5....

Image




Step 6: Execute the Request

  1. Click the Send button.
  2. The portal will execute the request and show the response in the panel below.
    • You will see status codesresponse body, and headers.

Step 7: Analyze the Response

  1. Check the HTTP status code (200 for success, 401 for unauthorized, etc.).
  2. Review the response body for the data returned.
    Image
  3. Make adjustments to your request if needed and try again.