Skip to main content
Get single pipe detail
curl --request GET \
  --url https://api.example.com/pipes/{id}
{
  "data": {}
}

Path Parameters

id
string
required

ID of the pipe

Response

200 - application/json

Pipe details

data
object