customer
as a path parameter.500
request per 10
minutes. For more details, please visit the Rate Limiting & change log documentation page.customers.read
- Customers Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/customers/'
{
"status": 200,
"success": true,
"data": {
"id": 2075683582,
"first_name": "Ahmed",
"last_name": "Ali",
"mobile": 777777777,
"mobile_code": "967",
"email": "ahmedali@test.test",
"urls": {
"customer": "https://shtara.com/profile",
"admin": "https://shtara.com/profiley"
},
"avatar": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"gender": "male",
"city": "Riyadh",
"country": "السعودية",
"country_code": "sa",
"location": "Alnaseem Street, house number 1",
"updated_at": {
"date": "2020-04-02 22:43:26.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"groups": [
11323141,
11323142
]
}
}