OI Payments Docs
API ReferenceApp

Me_1

GET
/api/v1/app/me

Response Body

*/*

curl -X GET "https://example.com/api/v1/app/me"
{
  "data": {
    "appId": 0,
    "name": "string",
    "mode": "string"
  },
  "meta": {
    "success": true,
    "message": "string",
    "errorCode": "RESOURCE_NOT_FOUND",
    "timestamp": "2019-08-24T14:15:22Z"
  },
  "pagination": {
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0
  }
}