Skip to main content
GET
/
routes
/
v2
Get Routes v2
curl --request GET \
  --url https://api.enterspeed.com/routes/v2 \
  --header 'X-Api-Key: <x-api-key>'
{
  "continuationToken": "ZjJlNmY5NWYtOWM3ZS00N2I5LWI0N2ItMGY4M2YxYjMzZjQ1",
  "results": [
    {
      "url": "/",
      "redirect": null,
      "updatedAt": "2023-01-18T10:03:17.8862119Z"
    },
    {
      "url": "/fairy-tales/the-leap-frog/",
      "redirect": "/old-url/the-leap-frog/",
      "updatedAt": "2023-07-03T13:23:41.0559142Z"
    }
  ]
}

Headers

X-Continuation-Token
string

Continuation token to get the next page.

X-Api-Key
string
required

Api key to validate your environment.

Example:

"environment-1637c4d0-e878-4738-b866-152106a4f88c"

Response

Valid request.

continuationToken
string
results
object[]