Creates a GlobalSign email challenge

POST {{fastly_url}}/tls/subscriptions/{{tls_subscription_id}}/authorizations/{{tls_authorization_id}}/globalsign_email_challenges

Creates an email challenge for a domain on a GlobalSign subscription. An email challenge will generate an email that can be used to validate domain ownership. If this challenge is created, then the domain can only be validated using email for the given subscription.

Authorization: API token with at least TLS management permissions.

Request Body

{"data"=>{"type"=>"globalsign_email_challenge", "attributes"=>{"preferred_email"=>"admin@example.com"}}}

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Content-Typestring
Acceptstring