> ## 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.

# Get Third Party Service by ID (Admin)

> Get a specific third-party service entry by ID.

Get a specific third-party service entry by ID (admin only).

* **Method:** GET
* **Path:** `/api/v1/admin/services/{service_id}`

## Path Parameter

* `service_id` (integer, required): The ID of the service

## Response

Returns a `ThirdPartyService` object.

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