You're viewing a demo portfolio

Join the waitlist
PRSM

submit_delegation_otp

Active

Tool of Synchronity

declared in 0.2.0

Submit the 6-digit code the buyer received by email (from request_delegation with an email) to approve the delegation in-chat. On success returns a delegation_token to use as buyer_delegation_token for checkout/payment. You cannot obtain this code yourself — the user must read it from their email and give it to you.

Parameters schema

{
  "type": "object",
  "required": [
    "device_code",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "The 6-digit code the buyer read from their email"
    },
    "site_id": {
      "type": "string",
      "description": "Registered site ID (optional if DEFAULT_SITE_ID is set)"
    },
    "device_code": {
      "type": "string",
      "description": "device_code returned by request_delegation"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →