GET
/
promptings
/
{id}
curl --request GET \
  --url https://api.mesinalabs.com/v1/promptings/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "title": "<string>",
  "content": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "mesinaCode": "<string>"
}

Authorizations

Authorization
string
header
required

El bearer token es generado por nosotros, y está disponible en tu dashboard

Path Parameters

id
string
required

ID del prompting

Response

200
application/json
Respuesta exitosa
id
string
title
string
content
string
createdAt
string
updatedAt
string
mesinaCode
string

Código mesina para verificaciones extras