cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/customer/create \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "email": "<string>" }'
{ "id": "<string>", "email": "<string>" }
Create a new Customer representing your Customers. You can use the Customer to simplify the checkout process for returning journeys.
API key for authentication
Returns the id and email of the created customer
The response is of type object.
object