Customers

Allow convertedin to get your customer's data

These keys are specified to use as defined in docs, they are case-sensitive. Any change in these keys may cause issues during data sync

Authentication

Use your token provided inside converted.in after on boarding process to authenticate the request using form-data body

POST YOUR_BASEURL/convertedin/customers

Request Body

Name
Type
Description

par_page*

integer

limit per page (default 100)

page*

integer

page number

token*

string

key

Description

Validation Rules

id

customer id on your database linked to his orders

Required

email

customer unique email

Required

first_name

customer first name

Required

last_name

customer last/family name

Required

orders_count

customer successful orders count

Required

total_spent

customer total money spent on orders

Required

currency

customer currency in ISO code (USD, EUR)

Required

phone

customer phone number

Not required

registered_at

customer registration date, Format: Y-m-d H:i:s, ex: 2020-12-15 19:00:00

Required

gender

customer gender ('male','female','unknown')

Not required, Recommended

Response

Last updated

Was this helpful?