Skip to main content
POST
/
v1
/
customers
Create a customer
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>"
}
'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Body

application/json

Customer details

email
string
external_id
string
metadata
object
name
string

Response

Created

The response is of type object.