Skip to main content
POST
/
customers
/
{customer_id}
/
accounts
Create Additional Account
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/{customer_id}/accounts \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_id": "<string>",
  "reason": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

customer_id
string<uuid>
required

Body

application/json
group_id
string
required
reason
string | null

Response

Successful Response