Key Features
🔗
RESTful API
Designed on standard REST architecture, providing an intuitive and consistent interface.
🔐
OAuth 2.0 Authentication
Supports secure and reliable authentication using the industry-standard OAuth 2.0 protocol.
⚡
Real-time Webhooks
Receive real-time notifications for key events such as orders, products, and members.
Simple API Call
Easily access shopping mall data through RESTful APIs. All responses are provided in JSON format.
Learn MoreAPI Request
curl -X GET "https://{mall_id}.cafe24api.com/api/v2/admin/products" \
-H "Authorization: Bearer {access_token}" \
-H "Content-Type: application/json"