{ "opencollection": "1.0.0", "info": { "name": "Square ApplePay Events API", "version": "2.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Square Search Events", "type": "http" }, "http": { "method": "POST", "url": "https://connect.squareup.com/v2/events", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search for Square API events that occur within a 28-day timeframe." }, { "info": { "name": "Square Disable Events", "type": "http" }, "http": { "method": "PUT", "url": "https://connect.squareup.com/v2/events/disable", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Disables events to prevent them from being searchable.\nAll events are disabled by default. You must enable events to make them searchable.\nDisabling events for a specific time period prevents them from being searchable, even if you re-enable them later." }, { "info": { "name": "Square Enable Events", "type": "http" }, "http": { "method": "PUT", "url": "https://connect.squareup.com/v2/events/enable", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables events to make them searchable. Only events that occur while in the enabled state are searchable." }, { "info": { "name": "Square List Event Types", "type": "http" }, "http": { "method": "GET", "url": "https://connect.squareup.com/v2/events/types", "params": [ { "name": "api_version", "value": "", "type": "query", "description": "The API version for which to list event types. Setting this field overrides the default version used by the application." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lists all event types that you can subscribe to as webhooks or query using the Events API." } ] } ], "bundled": true }