Validates API connectivity by returning a confirmation message that the service is operational. It also requires a valid bearer token for accessing protected resources.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
🟠401Failed
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/v1/check' \
--header'Authorization: Bearer <token>'