Using a Discover Endpoint with Postman

    Postman only supports the use of OData endpoints. To use an OData endpoint with Postman, perform the following:

    1. Open Postman.
    2. Create a new ​GET Request​​.
    3. Select the ​Authorization​ tab, select "​Basic Authentication​​" from the ​Type​​ drop-down menu, and enter the following:
    • Username:​ Enter "​token​​" for the username.
    • Password:​ Enter the user's ​Authentication Token​​.

    1. Enter the OData URL in the text field above and click ​Send​​.
    2. Postman fetches the information from the endpoint and displays it below.
    3. To search for a specific field of data, replace the end of the URL that says "​​$metadata​​" with a specific field, such as "​Skill​​". Click ​Send​​ to request the specific field.
    4. Postman fetches the information from the endpoint for that specific field and displays it below.
    For more information on using Postman, please review the documentation available ​here​​.
    « Previous ArticleNext Article »