cURL
curl --request POST \ --url https://api.monigo.co/v1/customers \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "external_id": "<string>", "metadata": {}, "name": "<string>" } '
{}
Creates a new customer scoped to the authenticated organisation
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Customer details
Created
The response is of type object.
object