Get a list of notification channels for the current user.
Security
apikeyAuth(Required scopes: readwrite)
GET
curl -i -X GET \
https://urlscan.io/api/v1/user/channels/ \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "channels": [ { … } ] }
Get a list of notification channels for the current user.
curl -i -X GET \
https://urlscan.io/api/v1/user/channels/ \
-H 'api-key: YOUR_API_KEY_HERE'{ "channels": [ { … } ] }