cURL
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.
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Please enter a valid personal API key.
1 <= x <= 1000
Applications list retrieved successfully.
List applications response
Show child attributes
Was this page helpful?