# API Authorization

## Overview

{% hint style="success" %}

## **Endpoint**

* **Method:** POST
* **URL:** `/auth/login-app`
  {% endhint %}

### Request Body

* **Media Type:** application/json
* **Example Value:**

```json
{
    "projectId": "67a95b37-2299-4977-9e5d-67ad3a583b5a",
    "apiKey": "5c47cb20-82cf-43bb-8b5c-1c49c09cc27b" 
}
```

### Usage

1. **Send a POST requests** to the `/auth/login-api` and set a request body containing the authorization credentials for your project.

**Note:** Ensure to get the *clientId* and *clientSecret* from your **dashboard.**
