verify_transfer_code
ActiveTool of io.github.nach-dakwale/instadomain
Verify the email code and get a transfer token valid for 15 minutes. Call this after request_transfer_code and the user provides their code. Pass the returned transfer_token to get_transfer_code or unlock_domain. Args: order_id: The order ID of a completed domain purchase. code: The 6-digit code from the verification email.
Parameters schema
{
"type": "object",
"required": [
"order_id",
"code"
],
"properties": {
"code": {
"type": "string"
},
"order_id": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.nach-dakwale/instadomain
1/7 registries