Authorization - use Postman to call a Smart API - Intergraph Smart API Manager - 2020 (4.0) - Help

Intergraph Smart API Manager Help

Language
English
Product
Intergraph Smart API Manager
Search by Category
Help
Smart API Manager Version
4.0

Once you have an access token, you can call a secured resource from the SampleService Smart API.

  1. Add a new tab in Postman.

  2. Select the GET HTTP method, and enter the URL. For now, enter:

    https://sam.spclouddave.com/SampleService/Sppid/v2/Pipes

  3. Select the Headers tab and enter the following key/value pair:

    Key

    Value

    Authorization

    Bearer <access_token>

    Be sure to type a space between Bearer and the access token value you copied above.

  4. Click Send.

    You should get a JSON response body with Pipes data.