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

Path Parameters

customer_id
string<uuid>
required

Body

application/json
reason
string
required
Required string length: 1 - 500

Response

Successful Response