Check if the API is live.
GET
/liveLast modified: 9 days ago
Maintainer:
Endpoint to verify if the Tenders Alerts API is operational.
Request
None
Request samples
Responses
OK(200)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Successful response confirming the API is live.
Data Schema
success
boolean
optional
Indicates if the API is live.
Example:
true
message
string
optional
Status message.
Example:
Tenders Alerts Api is Live
Example
{
"success": true,
"message": "Tenders Alerts Api is Live"
}
Last modified: 9 days ago