Skip to main content
POST
/
v1
/
monitors
/
{monitor_id}
/
resume
Resume Monitor
curl --request POST \
  --url https://api.olostep.com/v1/monitors/{monitor_id}/resume \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Path Parameters

monitor_id
string
required
Pattern: ^monitor_

Response

501 - application/json

Not implemented yet.

error
string