curl --request POST \
--url http://localhost:3000/v2/AppdataListAppNames \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"apps": [
"<string>"
]
}Retrieves a list of all application names in the system
curl --request POST \
--url http://localhost:3000/v2/AppdataListAppNames \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"apps": [
"<string>"
]
}