---
title: "Gets custom doc domains providers"
method: GET
path: "/domains/provider/{customDocDomain}"
tags: ["CustomDocDomains"]
---

# Gets custom doc domains providers

`GET /domains/provider/{customDocDomain}`

Gets the provider (ie. GoDaddy) of a custom domain.

## Path parameters

- `customDocDomain` string, required

## Response `200`

Provider of the custom domain

- CustomDocDomainProviderResponse — The result of determining the domain provider for a custom doc domain.
  - `provider` 'GoDaddy' | 'Namecheap' | 'Hover (Tucows)' | 'Network Solutions' | 'Google Domains' | 'Other', required

## Other responses

- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

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