Skip to main content

Health Check

You can check if Social Feed API is up and running.

This document covers:

Requests #

Following curl command checks the health status.

In a Linux/Unix/macOS environment:

curl -i "https://sf-dev.microservice.bankify.io/v1/status"

In Windows PowerShell:

curl https://sf-dev.microservice.bankify.io/v1/status

Authorization #

The health endpoint supports Bearer token authentication similar to other endpoints.

Response #

The 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.