OI Payments Docs
API ReferenceAdmin Apps

List Credentials

GET
/api/v1/admin/apps/{id}/credentials

Path Parameters

id*integer

Response Body

*/*

curl -X GET "https://example.com/api/v1/admin/apps/0/credentials"
{
  "data": [
    {
      "id": 0,
      "mode": "string",
      "status": "string",
      "expiresAt": "2019-08-24T14:15:22Z",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ],
  "meta": {
    "success": true,
    "message": "string",
    "errorCode": "RESOURCE_NOT_FOUND",
    "timestamp": "2019-08-24T14:15:22Z"
  },
  "pagination": {
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0
  }
}