Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/rum/app-versions \
--header 'Authorization: <api-key>'{
"versionData": {
"syncedAt": "2023-11-07T05:31:56Z",
"versions": [
{
"logMetadata": {
"firstOccurrence": "2023-11-07T05:31:56Z",
"lastOccurrence": "2023-11-07T05:31:56Z"
},
"sourceMapMetadata": {
"createdAt": "2023-11-07T05:31:56Z",
"isUploadedSuccessful": true
},
"version": "<string>"
}
]
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/rum/app-versions \
--header 'Authorization: <api-key>'{
"versionData": {
"syncedAt": "2023-11-07T05:31:56Z",
"versions": [
{
"logMetadata": {
"firstOccurrence": "2023-11-07T05:31:56Z",
"lastOccurrence": "2023-11-07T05:31:56Z"
},
"sourceMapMetadata": {
"createdAt": "2023-11-07T05:31:56Z",
"isUploadedSuccessful": true
},
"version": "<string>"
}
]
}
}API key authentication
Show child attributes
Was this page helpful?