Versions Compared

Key

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

...

Panel
bgColor#F4F5F7

Headers : authorization key string : X-API Set value to X-API : SECRET_KEY

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400

Base URL: https://laas.leatherback.co

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
{
    "items": [
        {
            "id": "fee5708a-894b-45de-04e4-08db31d4b7ea",
            "name": "Test Link",
            "description": "Testing",
            "alias": "0-k2tmbuy",
            "link": null,
            "amountInfo": {
                "currencyCode": "NGN",
                "amount": 100.00
            },
            "linkType": "Reuseable",
            "status": "New",
            "createdDate": "2023-03-31T10:43:09.1931541",
            "environment": null
        }
    ],
    "pageParams": {
        "pageNumber": 1,
        "pageSize": 10,
        "totalCount": 1
    },
    "isSuccess": true,
    "error": "",
    "message": "Request Successful",
    "responseCode": null
}

...