cURL
curl --request POST \ --url https://api.agentic.scope3.com/api/v2/storefront/notifications/provision \ --header 'Authorization: Bearer <token>'
{ "provisioned": true, "pylonConfigured": true, "configured": true, "accountId": "<string>", "hasSlackChannel": true, "channels": [ {} ], "slackInviteSent": true, "slackChannelName": "<string>" }
Create a Pylon account for the storefront and send a Slack Connect invitation to the caller. Idempotent: returns the existing account when one is already linked.
API key or access token
Provision notifications
Show child attributes