Get a reputation remediation request
Retrieve the full detail of a remediation request, including current status, per-number results (once available), and submission metadata.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enterprise id. Lowercase UUID.
Example:
"4a6192a4-573d-446d-b3ce-aff9117272a6"
The remediation request id. Lowercase UUID.
Example:
"b7c1f1c0-7a9d-4f0a-9d3e-2f6a1c4b8e21"
Response
The remediation request.
Full detail of a remediation request, returned on submit and GET by id.
JavaScript