GET /v1/users/me
Scope
read_users
Request parameters
No parameters.
Response example
{
"data": {
"id": "01HSHOPUUID0000000000000001",
"name": "アタッチ サンプル店",
"status": "public",
"zip": "string",
"address": "string",
"phone": "string",
"logo_image_url": "string",
"primary_color": "string",
"opening_date": "string"
}
}
Description
Get authenticated shop profile (read_users)
Error response example
{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_orders'",
"request_id": "req_01H..."
}
}
Possible errors: 401 / 403 / 404