🗝ī¸API Authorization

For handling API-API backend server communication an authorization token must be solicited to make the desired requests.

Overview

Endpoint

  • Method: POST

  • URL: /auth/login-app

Request Body

  • Media Type: application/json

  • Example Value:

{
    "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.

Last updated