Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.scalev.com/v3/stores/{store_id}/customers/me \ --header 'Authorization: Bearer <token>'
{ "customer": { "id": 123, "email": "jsmith@example.com", "name": "<string>", "phone": "<string>", "avatar": "<string>", "bio_description": "<string>", "date_of_birth": "2023-12-25", "sex": "<string>", "confirmed_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "last_updated_at": "2023-11-07T05:31:56Z", "status": "<string>", "is_unsubscribe": true, "business_id": 123 }, "store": { "id": 123, "unique_id": "<string>", "name": "<string>", "is_customer_otp_required": true }, "is_generated_password_reset": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Store unique_id.
unique_id
Authenticated customer profile
Show child attributes
Apakah halaman ini membantu?