새로운 문서를 작성 중입니다.새 문서로 이동
ClawOps Docs
API Reference

가입자 유형 선택

POST
/v1/assignment-sessions/{token}/subscriber-type

Path Parameters

token*string

발급 링크에 포함된 1회용 고엔트로피 세션 토큰

Length32 <= length

Request 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/subscriber-type" \  -H "Content-Type: application/json" \  -d '{    "subscriberType": "individual"  }'
{
  "ok": true
}
Empty
Empty
Empty
Empty
Empty