Skip to main content

REST API

The Corellium REST API allows you to interact with your Corellium devices programmatically through HTTP requests, allowing developers to automate tasks and integrate Corellium with other services.

Access the Corellium REST API

On-Premise customers can access the Corellium REST API at https://<your_hostname>/api/docs, where <your_hostname> is the either hostname or IP address of your Corellium appliance.

Business Cloud customers can access the Corellium REST API at https://<your_domain>.enterprise.corellium.com/api/docs, where <your_domain> is taken from the URL you use to access the Corellium web interface.

Solo Cloud customers can access the Corellium REST API at https://app.corellium.com/api/docs.

Authentication

The Corellium REST API uses API keys for authentication. For more information on how to generate an API key, see the API Token article.

Example Script

We provide a shell script to demonstrate how to automate tasks using the Corellium REST API. Please see the related API Example Script.