Skip to main content

Update API key

PUT 

/domains/:domain/api-key

Update the API key that is associated with a domain.

Request

Path Parameters

    domain hostnamerequired

    The domain name.

Body

required

    apiKey stringrequired

    The new API key to associate with this domain.

Responses

Successful update. The domain is now accessible using the new API key in the request body. The domain is no longer accessible using the API key in the request header.

Loading...