latestOpenAPI 3.1.02026-08-1898186290.1 KB
7386f28a58ff
Post Monitoring Submission Monitoring Requirements
Links monitoring requirements to an existing monitoring submission.
post/monitoring_submissions/{id}/monitoring_requirements
Path parameters
idstring required
Example:mns_1D46WGW6A1S03FRG
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Request body
Example request
{
"monitoring_requirement_ids": [
"mnr_1DJJQY5C61S0R519"
]
}Response
Successful Response
Example response
{
"id": "mns_1D46WGW6A1S03FRG",
"source_id": "src_1EBBF4M7X1S06G1Y"
}