Skip to content

Channels

Request

Get a list of notification channels for the current user.

Security
apikeyAuth(Required scopes: readwrite)
GET
/api/v1/user/channels/
curl -i -X GET \
  https://urlscan.io/api/v1/user/channels/ \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

Successful response

Bodyapplication/json
channelsArray of objects(channelResponse)
Example:
[ { "_id": "{{channelId}}", "type": "webhook", "webhookURL": "https://example.com/cgi-bin/urlscan", "name": "Test webhook", "description": "Webhook testing channel.", "isActive": true, "ignoreTime": false } ]
Response
{ "channels": [ {} ] }