curl --location --request POST 'https://api.flashcat.cloud/rum/application/infos?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"application_ids": [
"string"
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"application_id": "string",
"application_name": "string",
"type": "browser",
"client_token": "string",
"team_id": 0,
"is_private": true,
"no_ip": true,
"no_geo": true,
"alerting": {
"enabled": true,
"channel_ids": [
0
]
},
"tracing": {
"enabled": true,
"endpoint": "string",
"open_type": "popup"
},
"status": "enabled",
"created_by": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
]
}
}