Get Person By Id
Path Parameters
personId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/persons/string"{ "personId": "string", "distinctId": "string", "email": "string", "name": "string"}{ "_tag": "Api/ActionForbiddenError", "message": "string"}{ "_tag": "Api/PersonNotFoundError", "id": "string"}{ "_tag": "Api/PersonServiceError", "cause": "string"}