Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 874 Bytes

gui-api-request.md

File metadata and controls

24 lines (17 loc) · 874 Bytes

Retrieve Order Set with Postman

These instructions are for the Postman application, but you can use your own tool.

Wherever API_KEY is referenced below, replace it with the unique key that was emailed to you.

  1. Install Postman
  2. Launch Postman
  3. Under "New Tab" select the verb GET
  4. Enter this endpoint:
https://api.zynx.com/t/zynx.com/connect/1.0.0/PlanDefinition/a263fc5f-a8e5-4c15-8505-ad993967677c
  1. Click "Headers" and add the following key and value (key:value):

    Key Value Description
    Authorization Bearer API_KEY Key provided by Zynx Health for authentication
    Accept application/json The expected response type. Change to application/xml for XML
  2. Click "Send"