> For the complete documentation index, see [llms.txt](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/client/list-services.md).

# List Services

Use the GET /client/services/ endpoint to retrieve a list of available services.&#x20;

#### Parameters

This endpoint does not require any parameters.

***

#### Responses

**200 OK**

**Description:** The list of available services has been successfully retrieved.

**Example Response:**

```json
[
  {
    "id": 1,
    "name": "Mechanic Service"
  },
  {
    "id": 2,
    "name": "Towing Service"
  }
]
```
