[GET] PBO Owner Info
Retrieve the PBO information of a given token bearer.
GET /api/v2/current
Authorization: Bearer {jwt}
Response
Status Code | Schema |
---|---|
200 OK | Wrapper: Response<T> Data: PboInfo |
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"
}
}