cURL
curl --request GET \ --url https://api.machines.cash/partner/v1/kyc/schema \ --header 'X-Partner-Key: <api-key>'
{ "ok": true, "data": { "fields": [ { "name": "<string>", "required": true, "type": "<string>", "maxLength": 123, "minLength": 123, "regex": "<string>", "enum": [ "<string>" ], "description": "<string>" } ] }, "summary": "<string>", "errors": [ { "code": "invalid_request", "message": "missing required field", "field": "<string>" } ], "next": { "pollAfterMs": 1, "suggestedTool": "<string>", "suggestedArgs": {} } }
Return Open Responses-compatible output when set (replaces the default response envelope).
1
true
Tool call id used for function_call_output items when Open Responses mode is enabled.
KYC schema
Show child attributes