Domain > Document

List Documents

List all account's domain related documents

get/2/domains/accounts/{account}/documents

Path parameters

accountstring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 12345,
      "name": "additional_field"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.