Partner Customer
Copy Page
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
Partner Customer
Copy Page
Health check
Testing Env
https://api-test.loaheovang.com
Testing Env
https://api-test.loaheovang.com
GET
/api/v1/partner/customer/health
Try it
Run in Apidog
Run in Apidog
Health check for partner customer if network is good and server is running, source IP is whitelisted
Request
None
Responses
🟢
200
OK
Generate Code
This response does not have a body.
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
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)