Skip to main content
POST
Create persona

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string
required
Maximum string length: 100
last_name
string
required
Maximum string length: 100
date_of_birth
string<date>
required
date_of_death
string<date> | null
nationality
string
Pattern: ^[A-Z]{3}$
hash_id
string
metadata
object
active
boolean
default:true

Response

Persona created successfully

first_name
string
required
Maximum string length: 100
last_name
string
required
Maximum string length: 100
date_of_birth
string<date>
required
date_of_death
string<date> | null
nationality
string
Pattern: ^[A-Z]{3}$
hash_id
string
id
string<uuid>
active
boolean
metadata
object
created_at
string<date-time>
created_by
string<uuid>
modified_at
string<date-time>
modified_by
string<uuid>