Application Information
The Application Information API allows the user to request the application information and application health status.
Security
jwt-bearer-token
apiKey | API Key |
|---|---|
Name | Authorization |
In | header |
Endpoints
GET /health
Summary
Get the application's health status.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
GET /info
Summary
Get application information.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
Data Models
app_info_get_response_1
Field Name | Type | Description |
|---|---|---|
| string | |
| string | The platform name |
| string | The platform version number |
| date/time | The server timestamp |
| date/time | The server timestamp in Coordinated Universal Time (UTC) |
app_info_get_response_2
Field Name | Type | Description |
|---|---|---|
| string | The application code |
| string | The application name |
| string | The application version |
| string | |
| date/time | The server timestamp |
| date/time | The server timestamp in Coordinated Universal Time (UTC) |
| string | |
| string | The region where the application is deployed |
| string | The application status code |
| string | The application status message |
| string | The application URL |