Skip to main content
Version: V2

Get metadata

GET 

/

Returns the deployed API version and the list of public routes available on it. Useful as a sanity check when you can reach the server but want to confirm what's wired up.

Request

Responses

Schema

    version stringrequired

    routes

    object[]

    required

  • Array [

  • method stringrequired
    path stringrequired
  • ]

Loading...