Cinderlane
CinderlaneDocs
Create a route

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

Endpoints

resolveRoutes

Resolve up to 100 routes in one request

POSThttps://api.cinderlane.dev/v1/routes/resolve-batch

Servers

https://api.cinderlane.dev

Request body

application/jsonRequired
routesbodyobject[]required

Responses

Resolved destinations in request order

No response body.

RequestcURL
curl --request POST \
  --url 'https://api.cinderlane.dev/v1/routes/resolve-batch'
  --data '{
  "routes": [
    {
      "routeId": "",
      "path": ""
    }
  ]
}'
Response

Send a request to preview the response.

Was this page helpful?