Skip to main content
GET
/
integrations
/
{provider}
/
callback
Handle OAuth callback
curl --request GET \
  --url https://app.myhero.so/integrations/{provider}/callback
"<string>"

Path Parameters

provider
enum<string>
required
Available options:
gmail,
outlook,
google_drive,
onedrive,
dropbox,
notion

Query Parameters

code
string
Maximum string length: 2048
state
string
Maximum string length: 128
error
string

Response

HTML bounce page that JS-redirects the user back to the desktop or web app.

The response is of type string.