Authorizations
API key authentication
Body
application/json
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/rum/sync \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"force": true
}'{
"syncExecuted": true,
"syncedAt": "2023-11-07T05:31:56Z"
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/rum/sync \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"force": true
}'{
"syncExecuted": true,
"syncedAt": "2023-11-07T05:31:56Z"
}API key authentication
Was this page helpful?