sayren Docs
클레임

클레임 보류

POST
/v1/claims/{claimId}/hold
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Path Parameters

claimId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

reason*string
Length1 <= length <= 500

Response Body

application/json

curl -X POST "https://example.com/v1/claims/string/hold" \  -H "Content-Type: application/json" \  -d '{    "reason": "string"  }'
{  "meta": {    "status": 200,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "claimId": "string",    "holdExpiresAt": "string"  },  "error": null}