cURL
curl --request GET \ --url https://app.prontohq.com/api/v2/personas/{uuid} \ --header 'X-API-KEY: <api-key>'
{ "uuid": "8e1dcba0-f0bb-4071-99fc-f18ba6559ccc", "name": "VP Grenoble", "job_titles": [ "CEO", "COO", "Cofounder" ], "location": [ "Grenoble, Auvergne-Rhône-Alpes, France", "Paris, Île-de-France, France" ], "created_at": "2024-09-09T15:15:15.951Z", "updated_at": "2024-09-09T15:15:15.951Z" }
Retrieves detailed information about a specific persona
Your API key
ID of the persona to retrieve
A list object
The response is of type object.
object