Skip to main content
GET
Retrieve a specific persona

Authorizations

X-API-KEY
string
header
required

Your API key

Path Parameters

id
string<uuid>
required

ID of the persona to retrieve

Response

200 - application/json

A list object

uuid
string<uuid>

The unique identifier of the persona

Example:

"8e1dcba0-f0bb-4071-99fc-f18ba6559ccc"

name
string

The name of the persona

Example:

"VP Grenoble"

job_titles
string[]

List of job titles associated with the persona

Example:
location
string[]

List of locations associated with the persona

Example:
created_at
string<date-time>

The creation date of the persona

Example:

"2024-09-09T15:15:15.951Z"

updated_at
string<date-time>

The last modified date of the persona

Example:

"2024-09-09T15:15:15.951Z"