Cinderlane
CinderlaneDocs
Create a route

OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml

Endpoints

getRouteInsights

This endpoint handles GET requests for /v1/routes/{routeId}/insights. Review the request parameters and response schema below.

GEThttps://api.cinderlane.dev/v1/routes/{routeId}/insights

Servers

https://api.cinderlane.dev

Parameters

Path parameters

routeIdpathstringrequired

Responses

Request count and conversion rate for the route

No response body.

RequestcURL
curl --request GET \
  --url 'https://api.cinderlane.dev/v1/routes//insights'
Response

Send a request to preview the response.

Was this page helpful?