TrainFog Developers
Posts

Informazioni per un post specifico

GET
/posts/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

L'id del post da recuperare

Response Body

application/json

application/json

application/json

curl -X GET "https://api.trainfog.com/developers/v1.0/posts/string"
{
  "id": "688874b1a08a60001dd72e1d",
  "product": "some-product-id",
  "topic": "How to use the Trainfog API",
  "type": "blog",
  "artifacts": [
    {
      "title": "API Guide: Getting Started",
      "body": "This is the generated blog post body..."
    }
  ],
  "createdAt": "2025-07-29T07:13:53.474Z",
  "updatedAt": "2025-07-29T07:13:53.474Z"
}
{
  "error": "Unauthorized"
}
{
  "error": "Not found"
}