cURL
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>" }
Obtiene un prompting por su ID.
El bearer token es generado por nosotros, y está disponible en tu dashboard
ID del prompting
Respuesta exitosa
The response is of type object.
object