Validation
View as MarkdownPath Parameters
agentId*string
Unique identifier of the agent
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/agents/string/verify-acme"{ "completedSteps": [ "string" ], "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "pendingSteps": [ "string" ], "phase": "INITIALIZATION", "status": "PENDING_VALIDATION", "updatedAt": "2019-08-24T14:15:22Z"}Path Parameters
agentId*string
Unique identifier of the agent
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/agents/string/verify-dns"{ "completedSteps": [ "string" ], "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "pendingSteps": [ "string" ], "phase": "INITIALIZATION", "status": "PENDING_VALIDATION", "updatedAt": "2019-08-24T14:15:22Z"}Last updated on
How is this guide?