cURL
curl --request POST \ --url https://app.getswipe.in/api/partner/v1/customer/list \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "customer_mapping": [ { "customer_id": "<string>", "swipe_id": "1", "force_update": true } ] }'
{ "success": true, "message": "Customer added successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Updated successfully
The response is of type object.
object