Skip to main content

Get domain providers

Retrieve providers available for domain and mailbox orders. The response includes the mailbox price for each provider in the account currency.

Request

Provider prices will affect billing when you place a domain or mailbox order.

Endpoint

GET https://api.woodpecker.co/rest/v2/domains/providers

Headers

x-api-key: {YOUR_API_KEY}

For details on how to authenticate your requests, please see the authentication guide.

Request samples

Retrieve providers

curl --request GET \
--url "https://api.woodpecker.co/rest/v2/domains/providers" \
--header "x-api-key: {YOUR_API_KEY}"

Response

Response examples

Request processed successfully

{
"providers": [
{
"name": "MAILDOSO",
"currency": "EUR",
"email_account_price": 4.00
},
{
"name": "MAILFORGE",
"currency": "USD",
"email_account_price": 4.0
},
{
"name": "GOOGLE",
"currency": "EUR",
"email_account_price": 6.00
},
{
"name": "MICROSOFT",
"currency": "EUR",
"email_account_price": 6.00
}
]
}

Body schema

FieldTypeDescription
providersarrayProviders available for orders
  └─ namestringPublic provider name
  └─ currencystringCurrency used for the price
  └─ email_account_pricenumberPrice of one email account for this provider