CorebanqCorebanq Developer Docs
Personasv1Personal Identity

List personas

Retrieve all accessible personas

GET/v1/personas

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/personas"
[
  {
    "first_name": "string",
    "last_name": "string",
    "date_of_birth": "2019-08-24",
    "date_of_death": "2019-08-24",
    "nationality": "string",
    "hash_id": "string",
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "active": true,
    "metadata": {},
    "created_at": "2019-08-24T14:15:22Z",
    "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
    "modified_at": "2019-08-24T14:15:22Z",
    "modified_by": "e8d4374d-93a1-4e98-a6c6-fdcf00c5059f"
  }
]