---
title: "Get information about one API endpoint"
method: GET
path: "/info/details/{endpointName}"
tags: ["API Info"]
---

# Get information about one API endpoint

`GET /info/details/{endpointName}`

Get the description and the list of supported version for one API endpoint

## Path parameters

- `endpointName` string, required

## Response `200`

API Endpoint information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'apiInformations', required — The id of the action
  - `data` object, required
    - `documentation` string, required — Link to Rudder API description
    - `endpointName` string, required — The endpoint name as key and the endpoint description as value
    - `endpoints` object[], required

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
