Docs
APIMeta

List available routes

A machine-readable index of every route in this API version.

GET
/v1

Response Body

application/json

curl -X GET "https://example.com/v1"
{  "data": {    "version": "string",    "routes": [      "string"    ]  }}