cURL
curl --request GET \ --url https://api.pathors.com/v1/projects/{projectId}/pathway/edges/{edgeId} \ --header 'Authorization: <authorization>'
Get a single edge by ID
GET https://api.pathors.com/v1/projects/{projectId}/pathway/edges/{edgeId}
404
curl https://api.pathors.com/v1/projects/{projectId}/pathway/edges/{edgeId} \ -H "Authorization: Bearer dk_your_key"
{ "data": { "id": "edge-1", "source": "node-1", "target": "node-2", "data": { "condition": "User confirms the booking" } } }