GET /v4/domains/price
Check the price to purchase a domain and how long a single purchase period is.
Servers
- https://api.vercel.com
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:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.