### GET /mc/apps Source: https://docs.bunny.net/api-reference/magic-containers/overview Retrieves a list of all Magic Containers applications. ```APIDOC ## GET /mc/apps ### Description Retrieves a list of all Magic Containers applications associated with the account. ### Method GET ### Endpoint https://api.bunny.net/mc/apps ### Request Example curl --request GET \ --url https://api.bunny.net/mc/apps \ --header 'AccessKey: YOUR_API_KEY' ``` -------------------------------- ### Authenticate with Magic Containers API Source: https://docs.bunny.net/api-reference/magic-containers/overview Use the AccessKey header to authenticate requests with your Bunny Net API key. ```bash curl --request GET \ --url https://api.bunny.net/mc/apps \ --header 'AccessKey: YOUR_API_KEY' ``` -------------------------------- ### Core Platform API Base URL Source: https://docs.bunny.net/api-reference This is the base URL for all requests to the Core Platform API. ```bash https://api.bunny.net ``` -------------------------------- ### Set the Magic Containers Base URL Source: https://docs.bunny.net/api-reference/magic-containers/overview The base endpoint for all Magic Containers API requests. ```text https://api.bunny.net/mc ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.