curl --request GET \
--url https://api.cleartalk.ai/agency/pathway/{id}/versions \
--header 'x-api-key: <api-key>'[
{
"version_number": 1,
"created_at": "2024-02-28T10:00:00.000Z",
"name": "Initial version",
"source_version_number": {},
"is_staging": true
}
]Retrieves all versions of a specific pathway
curl --request GET \
--url https://api.cleartalk.ai/agency/pathway/{id}/versions \
--header 'x-api-key: <api-key>'[
{
"version_number": 1,
"created_at": "2024-02-28T10:00:00.000Z",
"name": "Initial version",
"source_version_number": {},
"is_staging": true
}
]API Key for authentication
Pathway ID
"1"