v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-01441490.1 KB
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

urlstring

URL to connect to the integration

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"
}