DataBolsa docs
Referência da APIClientes

Clientes visíveis ao chamador

Com `settings.client_visibility = assigned`, assessor/viewer só veem clientes atribuídos a eles.

GET
/v1/advisor/orgs/{org}/clients
AuthorizationBearer <token>

In: header

Path Parameters

orgstring

Response Body

curl -X GET "https://api.databolsa.com/v1/advisor/orgs/string/clients"
{
  "data": [
    {
      "id": "string",
      "kind": "person",
      "name": "string",
      "email": "string",
      "phone": "string",
      "document_id": "string",
      "family_id": "string",
      "status": "prospect",
      "created_at": "string"
    }
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string"
}