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.
- Install Postman
- Launch Postman
- Under "New Tab" select the verb GET
- Enter this endpoint:
https://api.zynx.com/t/zynx.com/connect/1.0.0/PlanDefinition/a263fc5f-a8e5-4c15-8505-ad993967677c
-
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 -
Click "Send"