Get application by application code
Get an application by code
GET {{domain}}/api/Application/{code}
Path Parameters
Name
Type
Description
code
string
Application code
Headers
Name
Type
Description
client-id
string
client id of the application
Authorization
string
Bearer Token
{
"message": "Ok",
"isError": false,
"data":{
"name": "string",
"code": "string",
"description": "string"
}
}Last updated
Was this helpful?