---
title: "Retrieve a service"
method: GET
path: "/services/{service}"
tags: ["domain services"]
---

# Retrieve a service

`GET /services/{service}`

Retrieves the details of a one-click service.

## Path parameters

- `service` string, required

## Response `200`

Successfully retrieved service.

- object
  - `data` Service, required
    - `id` integer, required — A unique identifier
    - `name` string, required — A human-readable name
    - `sid` string, required — A string identifier that can be used in URLs (always lowercase)
    - `description` string, required — A human-readable description of the one-click service
    - `setup_description` string, nullable, required — Describes setup requirements
    - `requires_setup` boolean, required — Flag indicating whether setup is required
    - `default_subdomain` string, nullable, required — The default subdomain used when creating DNS records
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
    - `settings` ServiceSetting[], required
      - `name` string, required — The form name for the setting
      - `label` string, required — The human-readable label value
      - `append` string, nullable, required — Additional text to append to the input field
      - `description` string, required — Description of the setting
      - `example` string, required — An example value
      - `password` boolean, required — true if the value is a password (and thus should not be visible in the field)

## Other responses

- `404` — The requested resource doesn't exist.

---

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