remote_archive_config rows that apply to one domain — its own domain-tier rows, and the reseller-tier rows of the territory it belongs to.service-password, access-token and refresh-token are omitted, with a *-redacted: yes flag saying which are configured. include-secrets=yes returns them in the clear and requires the Super User scope.403.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//recording-storage?service-vendor=undefined&enabled=undefined&include-secrets=undefined&limit=undefined&start=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>'[
{
"service-id": "string",
"service-name": "string",
"service-type": "system",
"service-value": "string",
"service-vendor": "string",
"service-url": "string",
"service-path": "string",
"service-login": "string",
"service-password": "string",
"service-password-redacted": "yes",
"admin-email": "string",
"access-token": "string",
"access-token-redacted": "yes",
"refresh-token": "string",
"refresh-token-redacted": "yes",
"enabled": "yes",
"status": "string",
"parameter": "string",
"created-datetime": "string",
"updated-datetime": "string",
"emailed-datetime": "string"
}
]