Developer Portal
Matching Core 엔진을 연동하고 비즈니스 매칭 로직을 설계하기 위한 개발자 가이드입니다.
Matching
Status
Actions
POST/matching/request
새로운 매칭 요청을 생성합니다. 비동기로 매칭이 시작됩니다.
Request Context
{
"requesterId": "11111111-1111-1111-1111-111111111111",
"requesterType": "user",
"targetType": "user",
"strategy": "hybrid",
"filters": {
"location": [
37.5665,
126.978
],
"radius": 10000,
"categories": [
"sports",
"gaming"
]
},
"settings": {
"distanceWeight": 0.6,
"preferenceWeight": 0.4,
"enableExplanation": true
}
}Live Response
📡
Awaiting Command