Cinderlane
CinderlaneDocs
Create a route

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

Endpoints

createRoute

This endpoint handles POST requests for /v1/routes. Review the request parameters and response schema below.

POSThttps://api.cinderlane.dev/v1/routes

Servers

https://api.cinderlane.dev

Responses

Route created

No response body.

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

Send a request to preview the response.

Was this page helpful?