cURL
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": [ {} ] }
Return Pylon account and Slack channel status for the storefront. Returns configured=false when no account is linked.
API key or access token
Get notification status
Show child attributes