docs.remarkable.net
Redirects

Get all redirects

Get all redirects for the site, Allows Anonymous.

GET/v1/settings/redirects
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

Response Body

curl -X GET "https://loading/v1/settings/redirects"
[
  {
    "status": "string",
    "newUrl": "string",
    "oldUrl": "string"
  }
]
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?