List all SetupAttempts
GET
/v1/setup_attempts/list请求参数
Body Params application/json
setup_intent
string
required
Only return SetupAttempts created by the SetupIntent specified by this ID.
Example
{
"setup_intent": "string"
}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 1 年前