curl --request GET \
--url https://api.bunny.net/mc/apps \
--header 'AccessKey: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"displayEndpoint": {
"id": "<string>",
"address": "<string>",
"type": "CDN"
},
"status": "Unknown"
}
],
"meta": {
"totalItems": 123
},
"cursor": "<string>"
}Lists all applications for the authenticated user with their current status.
curl --request GET \
--url https://api.bunny.net/mc/apps \
--header 'AccessKey: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"displayEndpoint": {
"id": "<string>",
"address": "<string>",
"type": "CDN"
},
"status": "Unknown"
}
],
"meta": {
"totalItems": 123
},
"cursor": "<string>"
}Please enter a valid personal API key.
Was this page helpful?