Domain > Document
Get Document
Get an account domain related document
get/2/domains/accounts/{account}/documents/{document_id}
Path parameters
accountstring required
document_idstring required
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Response
OK
Example response
{
"result": "success",
"data": {
"id": 12345,
"name": "additional_field"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.