---
title: "Get list of all endpoints"
method: GET
path: "/api/rest/v1"
tags: ["Overview"]
---

# Get list of all endpoints

`GET /api/rest/v1`

This endpoint allows you to get the list of all the available endpoints. No need to be authenticated to use this endpoint.

## Response `200`

Return the list of all available endpoints

- object
  - `host` string — Host name
  - `authentication` object — Endpoint to get the authentication token
  - `routes` object — All the availables endpoints

## Other responses

- `406` — Not Acceptable

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
