Basic request and response
Fetch integration configuration withGET /api/v1/app/integration/confluence/{integrationId}/config.
Example response
Example response
Start an ingest sync
Example response
Example response
ConfluenceLocal endpoints
Use these endpoints when your deployment uses theconfluencelocal provider with basic-auth credentials.
Create a ConfluenceLocal integration
Update a ConfluenceLocal integration
Get ConfluenceLocal config
Start ConfluenceLocal ingest
Example integration response
Example integration response
Common mistakes
- Using the OAuth-style Confluence endpoints with a
confluencelocalintegration ID. - Forgetting to include JSON body fields (
username,password) for create/update. - Calling ingest before the integration is configured.
Errors and edge cases
- 403: integration not enabled or missing permissions.
- 404: integration ID not found.