{ "opencollection": "1.0.0", "info": { "name": "Attentive Access Token Custom Events API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Events", "type": "folder" }, "items": [ { "info": { "name": "Custom Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.attentivemobile.com/v1/events/custom", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ui-devel.attentivemobile.com/integrations/oauth-install?client_id={clientId}&redirect_uri={redirectUri}&scope={scope}", "accessTokenUrl": "https://api.attentivemobile.com/v1/authorization-codes/tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Make a call to this endpoint for any event-based data representing user actions." } ] } ], "bundled": true }