Skip to main content
GET
/
personas
/
{id}
cURL
curl --request GET \
  --url https://api.opengiant.com/v1/personas/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "attributes": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.opengiant.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the persona to retrieve.

Response

Persona details.

id
string

Unique identifier for the persona.

name
string

The name of the persona.

attributes
object

Attributes defining the persona's characteristics.