# Logging In to the Alemba API Explorer

For more information on the Classic API, see [here](https://docs.alemba.com/asm-hermes/setup-and-configure-asm/faq/limited-support-end-of-life-capabilities/alemba-classic-api).

The **API Explorer** gives you an overview of the entities covered by the API, their properties, and what actions are supported per entity. It also provides a visual interface for viewing live data.

The API Explorer allows you to explore all the entities within the API. For each entity, you can

* See the attributes of all the entity’s properties
* See all the actions that can be performed
* Browse the data in your test database

### Before you start

You must have a valid login for ASM.

You must have **Alemba API Explorer** selected in the General Access Security Roles – Admin Tab of your **General Access** security role.

1. Key the following into your browser: `http://<servername>/<VirtualDirectory>/alemba.web/alemba/api-explorer`.
2. Select the type of login (user or analyst) from the drop-down list.
3. The Admin account cannot be used to manage calls and tickets. To perform standard Service Desk functions, you must log in using your personal username and password. If you have user and analyst privileges, you can choose either login type.
4. Key your username and password into the Login box.
5. If you are already logged in, you are given the opportunity to continue logging in to the API, and terminate your other session; cancel the login; or sign in using a different login.

<table><thead><tr><th width="271">Yes</th><th>Select to log in, terminating all other active sessions in which you are logged in as an analyst</th></tr></thead><tbody><tr><td>No, I've changed my mind</td><td>Select to cancel the login. This will return you to the Alemba API explorer home page, from where you can select the <strong>Log In</strong> option in the top left corner to log in again</td></tr><tr><td>Sign in as different user</td><td>Select to redisplay the Login box. You must log in as an analyst, as you have chosen this user type in the previous step. If you attempt to log in using a login that only has User access, you will be returned to the Alemba API explorer home page, from where you can select the <strong>Log In</strong> option in the top left corner to log in again</td></tr></tbody></table>

6. When you have logged in successfully, you will see the API home screen, with the **Entities**, **Call** and **Properties** panes.See Navigating the Alemba API Explorer to find out more.
7. Choose the partition you want to work in from the drop-down list in the top right hand corner.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alemba.com/asm-hermes/integrate/apis/alemba-restful-api/logging-in-to-the-alemba-api-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
