1. Partner Customer
Loa Heo Vàng - Đối tác dùng loa
  • Guideline
  • Partner Auth
    • Get access token for partner client
      POST
    • Refresh token
      POST
  • Partner Customer
    • Health check
      GET
    • Notification webhook callback (demo)
      POST
    • Get list store
      GET
    • Create a dynamic QR code for payment
      POST
  • Schemas
    • Schemas
      • ErrorResponsePayloadDto
      • StorePayloadListDto
      • CreateStoreQRParamDto
      • CreateStoreQRResponseDto
      • PartnerAuthTokenRequestDto
      • PartnerAuthTokenResponseDto
      • PartnerAuthRefreshRequestDto
      • PartnerPaymentNotificationRequestDto
      • PartnerCustomerNotificationResponseDto
      • StorePayloadDto
  1. Partner Customer

Health check

Testing Env
https://api-test.loaheovang.com
Testing Env
https://api-test.loaheovang.com
GET
/api/v1/partner/customer/health
Health check for partner customer if network is good and server is running, source IP is whitelisted

Request

None

Responses

🟢200OK
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-test.loaheovang.com/api/v1/partner/customer/health'
Modified at 2025-06-30 17:11:25
Previous
Refresh token
Next
Notification webhook callback (demo)
Built with