Minit Money Enterprise
  • Welcome
  • Introduction
    • What is RaaS?
  • Get Started
  • Dashboard
  • RaaS API
    • API Key
    • Health Check
    • Corridors
      • List all Corridors
      • Corridor Details
      • Payout Methods
      • Payout Requirements
  • Senders
    • New Sender
    • Fetch Details
    • Update Details
    • Delete Sender
    • KYC
  • Beneficiaries
    • New Beneficiary
    • Fetch Details
    • Update Details
    • Delete Beneficiary
    • KYC
  • Quote
    • New Quotes
    • Fetch Quote
  • Transactions
    • New Transaction
    • Fetch Transaction
    • Status
  • Webhooks
    • Subscribe
    • Delete
  • Resources
    • Change log
    • FAQs
    • About
Powered by GitBook
On this page
  1. RaaS API

Health Check

Check API health status

Get API Status

GET /health

Description

The health check endpoint is used to verify the operational status of the API service. By sending a GET request to the health check URL, clients can determine if the service is up and running as expected. If the API returns a successful response, typically with a 200 OK status, it indicates that the service is available and functioning correctly. Monitoring this endpoint helps maintain system reliability and enables prompt detection of potential issues.

curl -L --url 'https://api.minit-money-enterprise.com/raas/v1/health' \
--header 'x-api-key: YOUR_API_KEY'

Response

{
  "status": "OK" 
}
{
  "error": "Internal Server Error"
}
PreviousAPI KeyNextCorridors

Last updated 26 days ago