Skip to main content
GET
/
notifications
/
status
Get notification status
curl --request GET \
  --url https://api.agentic.scope3.com/api/v2/storefront/notifications/status \
  --header 'Authorization: Bearer <token>'
{
  "configured": true,
  "pylonConfigured": true,
  "accountId": "<string>",
  "accountName": "<string>",
  "hasSlackChannel": true,
  "channels": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

API key or access token

Response

Get notification status

configured
boolean
required
pylonConfigured
boolean
required
accountId
string
accountName
string
hasSlackChannel
boolean
channels
object[]