OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml
Endpoints
resolveRoute
This endpoint handles POST requests for /v1/routes/{routeId}/resolve. Review the request parameters and response schema below.
POST
https://api.cinderlane.dev/v1/routes/{routeId}/resolveServers
https://api.cinderlane.dev
Parameters
Path parameters
routeIdpathstringrequiredResponses
Resolved destination with an expiry derived from the delivery policy
No response body.
RequestcURL
curl --request POST \ --url 'https://api.cinderlane.dev/v1/routes//resolve'
Response
Send a request to preview the response.
Was this page helpful?