POST
/
openapi
/
v1
/
Customers
Create Customer.
curl --request POST \
  --url https://api.oplog.one/openapi/v1/Customers \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "phone": "<string>"
}'

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Body

Response

200

Success