Get persona view configuration and data

GET/api/v1/personas/{id}

Parameters

This endpoint does not accept parameters.

Responses

200Persona with data

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/personas/{id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Persona with data
Example response not yet documented.