cURL
curl --request POST \ --url https://app.getswipe.in/api/partner/v2/vendor/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "vendor_mapping": [ { "vendor_id": "<string>", "swipe_id": "1", "force_update": true } ] }'
{ "success": true, "message": "", "error_code": "", "errors": {}, "data": { "message": "No data found!" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Updated successfully
The response is of type object.
object