curl --request GET \
--url https://api.example.com/api/projects/{projectId}/documents/list-paths \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>"
}
]Retrieve a list of all published document paths in a project.
curl --request GET \
--url https://api.example.com/api/projects/{projectId}/documents/list-paths \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>"
}
]Personal access token is obtained through your profile
Project unique identifier
Was this page helpful?