Getting started workflow
Steps below help you to get started using the APIs to manage Bypass Settings:
Steps
-
Creating the API token via the UI: An API token (api-key-string) must be created in the Web Security Cloud. Navigate to the Platform Services > Admin >
External API and click the Generate API Token button.

-
Enter the token details and select the relevant Permissions.

-
Select the Generate button and copy the token.

-
Generating the Bearer Access token: The client calls the Token Management API Generate Bearer Access Token endpoint to generate a Bearer Access token using the
api-key-string generated in step a. Any API client can be used. The example bellow shows an example using Postman as well as cURL.


-
Using the token to connect: The client makes a call to the Bypass Settings API to create, read, update or delete bypass settings. Clients must include the bearer access
token (generated in step b) in the Authorization header of each request. The example below shows an example to Get certificate verification SSL Bypass Settings using Postman. For
more information about the other API endpoints, see the Bypass Settings API help document.
