You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Identifying the API Endpoint for your Elastic Runtime Instance
owner: CAPI
---
<strong><%= modified_date %></strong>
The API endpoint for your Elastic Runtime deployment, its target URL, is the API endpoint of the deployment's Cloud Controller. Find your Cloud Controller API endpoint by consulting your cloud operator, from the Apps Manager, or from the command line.
## <a id='console'></a>From the Apps Manager ##
Log in to the Apps Manager for your Elastic Runtime instance, then click
**Tools** in the left navigation panel.
The **Getting Started** section of the Tools page shows your API endpoint.
<%= image_tag("getting-started-api.png") %>
## <a id='cli'></a>From the Command Line ##
From a command line, use the `cf api` command to view your API endpoint.
Example:
<pre class='termnial'>
$ cf api
API endpoint: https://api.example.com (API version: 2.2.0)