Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Postman from Chrome's App page (chrome://apps).
  2. Under the Authorization tab select OAuth2 from the dropdown list and click "Get access token".
  3. Enter Actionstep's Authorize and Token endpoints for the Labs environment, your Client ID and Client Secret and the Scopes to which you have been granted access.
  4. Check the "Request access token locally" option and Click "Get access token" once more.
  5. Postman will open up a window to Actionstep's login screen for Labs. Enter the login details for the Labs demo system provided for you and "Login".
  6. Select the Labs system you wish to grant access to (you are likely to have only one) and Click "Accept".
  7. You will be returned to the main Postman console page which will show the return data including the Access Token.
  8. Now you are ready to make an API request to the authenticated system. Go to the "Headers" tab and enter the details of the request URL using the main API endpoint.
  9. Add the following headers:
    1. Content-Type: application/vnd.api+json
    2. Accept: application/vnd.api+json
    3. Authorization: Bearer {{returned access token}}
  10. Click "Send" to make the request and display the response.    

 

Enter OAuth DetailsImage RemovedEnter OAuth DetailsImage Added

Enter System Login DetailsImage RemovedEnter System Login DetailsImage Added

Grant Access to your Demo SystemImage RemovedGrant Access to your Demo SystemImage Added

Receive Access TokenImage RemovedReceive Access TokenImage Added

Set Headers for API RequestsImage RemovedSet Headers for API RequestsImage Added