Ciele
Asistentes

One Assistant

GET/api/v1/assistants/{id}

Necesitas una clave API de organización con la capacidad de miembro.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/assistants/string"
{  "id": "string",  "title": "string",  "nickname": "string",  "description": "string",  "avatarUrl": "string",  "welcomeMessage": "string",  "aiDisclaimer": "string",  "suggestedQuestions": [    "string"  ],  "answeringStyle": "string",  "chatLauncherEnabled": true,  "allowedDomains": [    "string"  ],  "requireSignIn": true,  "createdAt": "string"}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}