회사 상세 조회
Last updated
Was this helpful?
Was this helpful?
curl -X GET 'https://salesmap.kr/api/v2/sdr/organization/<organizationId>' \
-H 'Authorization: Bearer <sea-profile-token>'{
"success": true,
"data": {
"organization": {
"id": "organization-id",
"name": "세일즈맵",
"segmentId": "segment-id",
"segmentName": "Enterprise",
"fieldList": [{"id": "field-id", "label": "직원 수", "value": 100}],
"createdAt": "2026-07-22T06:00:00.000Z",
"updatedAt": "2026-07-22T07:00:00.000Z"
}
}
}