Fetch a single Key

The following API allow you to fetch a single key for an Offer/Auction.

GET /key

Headers

Supported Params

Response

{
  "message": "string",
  "statusCode": 200,
  "data": {
    "type": "text",
    "key": "string"
  }
}

Last updated