Each request requires an Authorization HTTP header with Token <your-token>, find the token in your account.

Read the full documentation at https://docs.readthedocs.io/page/api/v3.html.

GET /api/v3/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "projects": "https://readthedocs.com/api/v3/projects/?format=api",
    "organizations": "https://readthedocs.com/api/v3/organizations/?format=api",
    "notifications": "https://readthedocs.com/api/v3/notifications/?format=api",
    "remote/repositories": "https://readthedocs.com/api/v3/remote/repositories/?format=api",
    "remote/organizations": "https://readthedocs.com/api/v3/remote/organizations/?format=api"
}