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.
Please enter a valid personal API key.
1 <= x <= 1000
Applications list retrieved successfully.
List applications response
Show child attributes
Was this page helpful?