GET
/
alerts
/
sync
curl --request GET \
  --url https://us-east.metoro.io/api/v1/alerts/sync \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Alert synchronization initiated successfully"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Alert synchronization initiated successfully
success
boolean
required

Whether the sync operation was initiated successfully

message
string

Information about the sync operation