curl --location --request POST 'https://api.explo.co/api/update_end_user/' \ --header 'Content-Type: application/json' \ --header 'Explo-Authorization: Token <token>' \ --data-raw '{ "provided_id": "example_1", "email": "[email protected]", "customer_id": 123 }'
{ "success": 1, "end_user": { "provided_id": 3, "email": "[email protected]", "attributes": "{'name': 'Example', 'header': '<div/>'" } }
Show Toggle object