tastytrade · Example Payload

Accounts And Customers Getcustomerscustomeridaccounts

customers

Accounts And Customers Getcustomerscustomeridaccounts is an example object payload from tastytrade, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarytagsparameters

Example Payload

Raw ↑
{
  "operationId": "getCustomersCustomerIdAccounts",
  "method": "GET",
  "path": "/customers/{customer_id}/accounts",
  "summary": "Get a list of all the customer account resources attached to the current customer.",
  "tags": [
    "customers"
  ],
  "parameters": [
    {
      "name": "customer_id",
      "in": "path",
      "required": true
    }
  ]
}