GET /api/status
Version: 3.0.0
Url
https://platform.globaltravelrule.com/api/status
This API is for checking the status of GTR official service.
Authentication
bearerAuth(http)
Scheme: bearer
Bearer Format: JWT
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body
No requset body
Responses
Status 200
GTR official service operates normally
JSON Content
- Schema
- Example
{
"verifyStatus": "100000",
"success": true,
"verifyMessage": "service operates normally"
}
Status 503
GTR official service under maintenance, temporarily not available
JSON Content
- Schema
- Example
{
"verifyStatus": "100001",
"success": false,
"verifyMessage": "service operates normally"
}