> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Third Party Services (Admin)

> List all third-party service entries.

List all third-party service entries (admin only).

* **Method:** GET
* **Path:** `/api/v1/admin/services/`

## Query Parameters

* `skip` (integer, optional): Number of records to skip
* `limit` (integer, optional): Maximum number of records to return

## Response

Returns an array of `ThirdPartyService` objects.

<OpenAPIPlayground endpoint="/api/v1/admin/services/" method="GET" />
