Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#79E2F2

HTTP Method : GET

Panel
bgColor#79E2F2

Headers : authorization Set value to Bearer SECRET_KEY

string

Panel
bgColor#FFC400

Query Request Params

Code Block
languagejs
filterParam
string
(query)
filterParam
pageSize
integer($int32)
(query)
pageSize
pageNumber
integer($int32)
(query)

 

 

Panel
bgColor#FFC400

Response Body Response code : 200

Code Block
languagejs
{
  "isSuccess": true,
  "erroritems": "string",[
  "message": "string",   "responseCode": "string",
  "items": [ {
     {       "id": "3fa85f64fee5708a-5717894b-456245de-b3fc04e4-2c963f66afa608db31d4b7ea",
            "name": "stringTest Link",
            "description": "stringTesting",
            "alias": "string0-k2tmbuy",
            "link": "string",null,
            "amountInfo": {
                "currencyCode": "stringNGN",
                "amount": 0100.00
            },
            "linkType": "stringReuseable",
            "status": "stringNew",
            "createdDate": "2023-03-15T1631T10:3243:3809.605Z1931541",
            "environment": "string" null
        }
    ],
    "pageParams": {
        "pageNumber": 01,
        "pageSize": 010,
        "totalCount": 01
    },
    "isSuccess": true,
    "error": "",
    "message": "Request Successful",
    "responseCode": null
}

...