How can I use the Try It Now feature
Needs testing before publishing.
Step 1: Access the Developer Portal
- Go to the Azure portal.
- Navigate to your API Management instance.
- In the left-hand menu, select Developer portal under the Developer section.
Step 2: Sign In
- If required, sign in to the Developer Portal using your credentials.
Step 3: Navigate to an API
- In the Developer Portal, go to the APIs section.
- Select the API you want to test from the list.
Step 4: Access the Try It Feature
- Click on an API operation you want to test.
- You will see a "Try It" button or tab on the operation page.

Step 5: Configure Your Request
- The Try It feature will display the API endpoint, request method (GET, POST, etc.), and parameters.
- 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:

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....

Step 6: Execute the Request
- Click the Send button.
- The portal will execute the request and show the response in the panel below.
- You will see status codes, response body, and headers.
Step 7: Analyze the Response
- Check the HTTP status code (200 for success, 401 for unauthorized, etc.).
- Review the response body for the data returned.

- Make adjustments to your request if needed and try again.