cURL
curl --request GET \ --url https://hub.griff.services/integrations/oauth/callback/slack \ --header 'Authorization: Bearer <token>'
{}
OAuth callback for Slack. Redirects here after user authorizes the app. Completes the flow and creates or updates the integration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object