GET /v4/domains/price

Check the price to purchase a domain and how long a single purchase period is.

Servers

Query parameters

Name Type Required Description
teamId String No

The Team identifier to perform the request on behalf of.

name String Yes

The name of the domain for which the price needs to be checked.

slug String No

The Team slug to perform the request on behalf of.

type String No

In which status of the domain the price needs to be checked.

Possible values:

  • "redemption"
  • "renewal"
  • "new"
  • "transfer"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.