Personasv1Personal Identity
Get persona
Retrieve a specific persona's details
GET
/v1/personas/{persona_id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
persona_id*string
persona_id path parameter
Response Body
application/json
curl -X GET "https://example.com/v1/personas/string"{
"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"
}Empty