Data Integration Guide - Netskope
Granting Access
Netskope REST APIs use an auth token to make authorized calls to the API. Netskope REST APIs provide access to resources via URI paths. The token must be used in every REST API call for the tenant. The token can be created for use with specified APIs in the Netskope UI by going to Settings > Tools > Rest API v2.
- On the REST API v2 page, click New Token.
- Enter a token name, the token expiration time, and then click Add Endpoint to select the API endpoints to use with the token.
- Specify the privileges for each of the endpoints added. Read privileges include GET, and Read+Write privileges include GET, PUT, POST, PATCH, and DELETE. Endpoint privileges vary. Some endpoints, like alert and audit (and others) only have the Read privilege; whereas, the URL list/file endpoint only has Read+Write privileges.
- When finished, click Save.
- A confirmation box opens showing whether the token creation was a success. If so, click Copy Token to save it for later use in your API requests.
Permissions
Endpoint |
Access Level |
Reference |
alerts |
Read |
Required Information
The values Living Security will need to access the API are:
- Access Key
- Secret Key