cURL
curl --request POST \ --url https://api.phare.io/uptime/monitors/{monitorId}/resume \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Resume a monitor by ID
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
ID of the monitor to resume
Success, monitor resumed
Was this page helpful?