Get DV history
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/dv-history
Domain name Validation history for the enrollment.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"results": [
{
"domain": "load-open-dvl3c-3-wnng9g.121223-130905.shared.webexp-ipqa1.com",
"domainHistory": [
{
"challenges": [
{
"error": null,
"fullPath": "http://load-open-dvl3c-3-wnng9g.121223-130905.shared.webexp-ipqa1.com/.well-known/acme-challenge/DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"redirectFullPath": "http://dcv.akamai.com/.well-known/acme-challenge/DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"responseBody": "DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc.Gxh6YCa7zrFuIYq7Ymx7RwBEDF77-8GxUPf46LF9sQs",
"status": "pending",
"token": "DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"type": "http-01",
"validationRecords": []
},
{
"error": null,
"fullPath": "_acme-challenge.load-open-dvl3c-3-wnng9g.121223-130905.shared.webexp-ipqa1.com.",
"redirectFullPath": "",
"responseBody": "Ac6tRQbPcvwkM8Zs47-sDE_zrH8F3R2tdkLgbKq1RGw",
"status": "pending",
"token": "DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"type": "dns-01",
"validationRecords": []
}
],
"domain": "load-open-dvl3c-3-wnng9g.121223-130905.shared.webexp-ipqa1.com",
"error": "Expired authorization",
"expires": "2024-02-28T02:20:37Z",
"fullPath": "http://load-open-dvl3c-3-wnng9g.121223-130905.shared.webexp-ipqa1.com/.well-known/acme-challenge/DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"redirectFullPath": "http://dcv.akamai.com/.well-known/acme-challenge/DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"requestTimestamp": "2024-02-21T02:20:37Z",
"responseBody": "DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc.Gxh6YCa7zrFuIYq7Ymx7RwBEDF77-8GxUPf46LF9sQs",
"status": "Error",
"token": "DFVIgbAW-k177F_BD3V_nKnI3hkfY8l3cGv3szouyPc",
"validatedTimestamp": "2024-02-28T02:29:20Z",
"validationRecords": [],
"validationStatus": "EXPIRED"
},
{
"challenges": [
{
"error": null,
"fullPath": "http://load-open-dvl3c-3-wnng9g.121223-130905.shared.webexp-ipqa1.com/.well-known/acme-challenge/QrSeuNJD5qp7mvWNk4Rd8dEm3pv8pUw2b-wlYz8fpFo",
"redirectFullPath": "http://dcv.akamai.com/.well-known/acme-challenge/QrSeuNJD5qp7mvWNk4Rd8dEm3pv8pUw Curl curl -X GET 'https://host/cps/v2/enrollments/:enrollmentId/dv-history?accountSwitchKey=' -H 'Accept: application/vnd.akamai.cps.dv-history.v1+json' ENDPOINTS |