API Reference
약관 동의 증적 기록
Path Parameters
token*string
발급 링크에 포함된 1회용 고엔트로피 세션 토큰
Length
32 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/assignment-sessions/stringstringstringstringstringst/consents" \ -H "Content-Type: application/json" \ -d '{ "items": [ { "clauseKey": "management.terms", "agreed": true }, { "clauseKey": "management.account", "agreed": true }, { "clauseKey": "management.privacy", "agreed": true }, { "clauseKey": "management.thirdParty", "agreed": true }, { "clauseKey": "management.marketing", "agreed": false } ] }'{
"ok": true
}Empty
Empty
Empty