[GET] Ping
Simply test if your API-KEY works
Path
/merchant/ping
Method
GET
Params
null
Query
null
Success Response
{
"code": 200,
"data": "success"
}
Failed Response
{
"code": 401,
"error": "Permission deny . Please check if API-KEY correct ."
}
Last updated