This document outlines how to generate Capture Client API token via MySonicWall API key to run CC API queries and Integrations
Requirements
Capture Client Advanced or Premier License
MSW API Key Feature Enabled
High Level Process
Get MSW API Key from MySonicWall
MSW APIs are enabled by default. If you don’t see this option in your account, call support.

Connect to MSW APIs using Postman




curl https://api.mysonicwall.com/api/generate-cscaccesscode -X POST -d " {\"tenantId\":\"YOURTENANTID\",\"tileName\":\"ISNSMSAFEENABLED\"}" -H "Content-Type: application/json" -H "X-API-KEY: YOURAPIKEY"Connect to Capture Client using Postman
Get Capture Client (CC) API Token:


Using Token for Capture Client APIs.
Below example is to get Endpoint list for Capture Client Tenant. Use the Capture Client API Token for Capture Client API calls for that specific tenant.
