Health Check
You can check if Social Feed API is up and running.
This document covers:
#
RequestsFollowing curl command checks the health status.
In a Linux/Unix/macOS environment:
In Windows PowerShell:
#
AuthorizationThe health endpoint supports Bearer token authentication similar to other endpoints.
#
ResponseThe response will provide the status of the health of Social Feed server.
- If everything works well this endpoint sends back HTTP status code 200 with string
Social Feed is up and running.
as response body.