Skip to content
aggregator-approvals

Render the admin approve/reject page

GET
/admin/v1/aggregator-registrations/read/{id}
curl --request GET \
--url https://aggregator.example.com/admin/v1/aggregator-registrations/read/example

HTML page reached from the admin notification email. Verifies the signed token and renders the approval form for the given aggregator registration id. All responses (200, 400 invalid/missing token, 404 unknown aggregator, 503 backing service down) are text/html pages, so no JSON response schema is declared.

id
required
string
token
string
intent
string

Default Response