API Authentication Lab
Estimated Time: 60 minutes.
If you are comfortable with API authentication methods you may wish to skip to the next lab which can be found here. |
What is API Authentication
API authentication is the process of verifying the identity of a client trying to access the resources of an API. This is important because it allows the API to determine what actions the client is allowed to take. In this lab, we will explore some common methods of API authentication, including their benefits and drawbacks.
The Apstra Web UI is a client of the API. |
Apstra treats the API as a first-class citizen, meaning that all actions available through the UI are also available through the API.