curl --location --request POST 'https://api.flashcat.cloud/rum/application/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"p": 0,
"limit": 0,
"asc": true,
"orderby": "created_at",
"query": "string",
"team_id": 0,
"is_my_team": true
}'
{
"error": {
"code": "string",
"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
}
],
"has_next_page": true,
"total": 0
}
}