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

번호 풀 점유 및 발급 완료

POST
/v1/assignment-sessions/{token}/finalize

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/finalize" \  -H "Content-Type: application/json" \  -d '{}'
{
  "assignedNumber": "string"
}
Empty
Empty
Empty