Skip to main content
GET
/
v1
/
routes
Listar catalogo de rotas
curl --request GET \
  --url http://localhost:4000/v1/routes
[
  {
    "method": "<string>",
    "path": "<string>",
    "resource": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.refy.to/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Catalogo de rotas

method
string
path
string
resource
string