Merchant Management Service
API Reference
PBO Owner

[GET] PBO Owner Info

Retrieve the PBO information of a given token bearer.

Base URLs: https://uat-mtms.mspayhub.com (opens in a new tab)


GET /api/v2/current
Authorization: Bearer {jwt}

Response

Status CodeSchema
200 OKWrapper: Response<T>
Data: PboInfo
401 FailData: Response Code

Example Response (200)

HTTP/2 200 OK
 
{
  "msg": "SUCCESS",
  "code": 0,
  "data": {
    "groupName": "Sandbox",
    "messageFormat": "[\"MS_ENABLER\"]",
    "groupId": "G-12345678",
    "emailSender": "{}",
    "updatedAt": "2024-07-19T09:27:29+0000"
  }
}