v1

latestOpenAPI 3.0.12026-07-263591116.9 KB
Vendor V2

Get Vendor Details

get/v2/vendor/{vendor_id}

Path parameters

vendor_idstring required

The vendor ID to be fetched

Response

Success

successboolean

Success flag

messagestring

Response message

error_codestring

Error Code

errorsobject

Errors

Example response

{
  "success": true,
  "data": {
    "message": "No data found!"
  }
}