latestOpenAPI 3.0.32026-08-1968196306.2 KB
cf02c9310c0f
integrations
listDocumentationPages
Retrieve all documentation pages of an integration, without their markdown content. An integration has at most one general page plus at most one page per use case. The page id is 'general' for the integration-wide page, otherwise the use case ID.
get/v1/integrations/{integrationId}/documentation
Path parameters
integrationIdstring uuid required
The integration ID
Response
Successfully retrieved documentation pages
Example response
{
"pages": [
{
"id": "general"
}
]
}