cURL
curl --request GET \ --url https://api.mesinalabs.com/v1/assistants/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "orgId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "mesinaCode": "<string>" }
Obtiene un asistente por su ID.
El bearer token es generado por nosotros, y está disponible en tu dashboard
ID del asistente
Respuesta exitosa
The response is of type object.
object