For the complete documentation index, see llms.txt. This page is also available as Markdown.

DMRV

Digital Measurement, Reporting and Verification data operations.

DMRV proxy endpoint.

get

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

get/dmrv/{policyId}/{path}

No content

DMRV proxy endpoint.

post

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

post/dmrv/{policyId}/{path}

No content

DMRV proxy endpoint.

put

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

put/dmrv/{policyId}/{path}

No content

DMRV proxy endpoint.

delete

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

delete/dmrv/{policyId}/{path}

No content

DMRV proxy endpoint.

options

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

options/dmrv/{policyId}/{path}

No content

DMRV proxy endpoint.

head

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

head/dmrv/{policyId}/{path}

No content

DMRV proxy endpoint.

patch

Resolves a human-readable alias to a policy block and proxies the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

aliasstringRequired

Alias path; one or more lowercase slug segments separated by /.

Example: monitoring-reports/create
Responses
200

Proxied response from the block.

No content

patch/dmrv/{policyId}/{path}

No content

Last updated