POSPointe
  1. Health
POSPointe
POSPointe GiftCard Server
  • POSPointe GiftCard Server
  • Pospointe Trans
  • MyPOSPointe API
  • Pospointe Agent
  • Pospointe Loyalty
  • Introduction
  • Health
    • /Health - GET
      GET
  • Auth
    • /Auth/verify - PUT
      PUT
  • Tokenization
    • /v1/Token - POST
      POST
  • Batch
    • /Batch/{storeid} - GET
      GET
    • /Batch/batch/{storeid} - POST
      POST
  • Transaction
    • /Transaction/balancecheck - POST
      POST
    • /Transaction/sellnewcard - POST
      POST
    • /Transaction/reload - POST
      POST
    • /Transaction/radeem - POST
      POST
    • /Transaction/changestatus - PATCH
      PATCH
  1. Health

/Health - GET

GET
https://giftcard.myposerver.com/Health
The Health Check endpoint allows users to check the status and availability of the server. This endpoint is publicly accessible and does not require authentication. It provides a quick and easy way to confirm that the API is running and operational.

Request

None

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://giftcard.myposerver.com/Health'

Responses

🟢200OK
application/json
Body

Example
{"message":"Server is Running"}
Modified at 2024-09-11 10:30:23
Previous
Health
Next
Auth
Built with