Integration
Connect
post/integration/{integration_name}/connect/
Path parameters
integration_namestring required
Currently supported integrations are "notion" and "confluence". More integrations will be added in the future.
Response
Example response
{
"url": "https://api.notion.com/v1/oauth/authorize?response_type=code&client_id=a96174bc-de34-4892-927b-b7eb234d1794&redirect_uri=http%3A%2F%2Flocalhost%3A4000%2Fintegration%2Fnotion%2Fcallback&state=x6FYlEiFfwvxtuOuuN7oFMjJPOpRBE"
}