List Persons

GET
/api/v1/persons

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/persons"
[  {    "personId": "string",    "distinctId": "string",    "email": "string",    "name": "string"  }]
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/PersonServiceError",  "cause": "string"}