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

# Create Third Party Service (Admin)

> Create a new third-party service entry.

Create a new third-party service entry (admin only).

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

## Request Body

Refer to the `ThirdPartyServiceCreate` schema in the OpenAPI playground.

## Response

Returns a `ThirdPartyService` object on success.

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