Skip to main content
GET
/
v2
/
personas
List personas
curl --request GET \
  --url https://api.tamtam.ai/api/v2/personas \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Response

object[] | null

OK

id
string
required

Persona UUID

Example:

"b3c6f5e2-1234-4abc-9def-0123456789ab"

name
string
required

Persona name

Example:

"Head of Sales — France"