curl --request GET \
--url https://api.cleartalk.ai/agency/pathway/{id} \
--header 'x-api-key: <api-key>'{
"apiKey": "cleartalk_api_key_123",
"pathwayId": "path_123abc",
"name": "Sales Qualification Pathway",
"description": "A pathway designed to qualify sales leads",
"orgId": "123-456-789",
"userId": 1
}Retrieves a specific pathway by ID along with the cleartalk API key
curl --request GET \
--url https://api.cleartalk.ai/agency/pathway/{id} \
--header 'x-api-key: <api-key>'{
"apiKey": "cleartalk_api_key_123",
"pathwayId": "path_123abc",
"name": "Sales Qualification Pathway",
"description": "A pathway designed to qualify sales leads",
"orgId": "123-456-789",
"userId": 1
}API Key for authentication
Pathway ID
1
Returns the pathway details and API key
"cleartalk_api_key_123"
"path_123abc"
"Sales Qualification Pathway"
"A pathway designed to qualify sales leads"
"123-456-789"
1