The ZEDEDA API is a powerful way to interact with the ZEDEDA platform. The following procedures explain how to get started with it.
Procedures
Get your session token
- Go to the ZEDCLOUD GUI.
- Click on your user profile icon.
- Hover over your username and then click on User Details.
- In the Session Information section, click on Click here to request the session token.
- Copy your token.
Authenticate
- Go to the Swagger webpage: zedcontrol.zededa.net/api/v1/docs/
Note that you can test directly against your own cluster using the following syntax:
https://zedcontrol.{YOUR_CLUSTER_NAME}.zededa.net/api/v1/docs/
- Click on Authorize.
- Enter your session token in the Value field. Make sure to type bearer:
bearer <YOUR_SESSION_TOKEN>
- Click on Authorize.
- Click on Close.
Try one of our APIs
- Select the desired API.
- Click on Try it out.
- Click on Execute.