顧客›顧客の取得
顧客の取得
プロフィール全体、連絡先情報、および利用金額サマリーを返します。contact.preferred_technician には {id, name} が含まれます。contact.service_area には {id, name} が含まれます。座標が保存されていない場合、contact.address.latitude / contact.address.longitude は null になります。
引数
idstringpath必須
顧客 ID(UUID)
GET/v1/customers/{id}
curl -X GET "https://api.crisphive.com/v1/customers/9b2f6c3e-1a4d-4f0a-8f2e-7c5d1b3a9e01" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer