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}
GET /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

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}
POST /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

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}
PUT /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

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}
DELETE /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

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}
OPTIONS /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

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}
HEAD /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

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}
PATCH /api/v1/dmrv/{policyId}/{path} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Last updated

Was this helpful?