Skip to main content
GET
/
v1
/
applications
/
{id}
Retrieve an Application
curl --request GET \
  --url https://identity.sandbox.lerian.net/v1/applications/{id} \
  --header 'Authorization: Bearer <token>'
{
"clientId": "00000000-0000-0000-0000-000000000000",
"clientSecret": "00000000-0000-0000-0000-000000000000",
"createdAt": "2021-09-01T00:00:00Z",
"description": "Midaz Used By Application X",
"id": "00000000-0000-0000-0000-000000000000",
"name": "Midaz"
}

Authorizations

Authorization
string
header
required

The authorization token in the 'Bearer <token>' format.

Path Parameters

id
string
required

The unique identifier of the application you want to retrieve.

Response

Detailed information about a specific application.

Information about the Application.

clientId
string

Unique identifier of the client.

clientSecret
string

Secret key linked to the clientId, used for secure client authentication.

createdAt
string<date-time>

Timestamp marking when the application was created.

description
string

A clear identifier that helps you quickly recognize who’s using the application.

id
string

Unique identifier of the application.

name
enum<string>

The name of Lerian's application you’re granting access to.

Available options:
midaz,
plugin-fees,
plugin-crm,
plugin-smart-templates