Skip to main content
GET
/
v2
/
vendor
/
{vendor_id}
Get Vendor Details
curl --request GET \
  --url https://app.getswipe.in/api/partner/v2/vendor/{vendor_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "",
  "error_code": "",
  "errors": {},
  "data": {
    "message": "No data found!"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

vendor_id
string
required

Response

success
boolean
Example:
message
string
Example:
error_code
string
Example:
errors
object
data
object