Skip to main content
POST
/
integrations
/
{provider}
/
authorize
Begin OAuth authorization
curl --request POST \
  --url https://app.myhero.so/integrations/{provider}/authorize \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

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

Query Parameters

device
enum<string>
Available options:
web,
desktop

Response

200 response

data
object
required