logo
PostsGet Post

Get Post

Retrieve a single published post by UUID.

curl -X GET "https://app.nashra.ai/api/v1/posts/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": {
    "uuid": "8c2b6e9a-3f5a-4f7c-b1a4-1f1d5d9e4c22",
    "title": "How we ship calmly",
    "subtitle": "A note on focus over urgency",
    "slug": "how-we-ship-calmly",
    "website_content": "example_string",
    "publish_date": "2024-12-25T10:00:00Z",
    "updated_at": "2024-12-25T10:00:00Z",
    "main_image_url": "example_string",
    "category": {
      "uuid": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Essays",
      "color": "#3B82F6",
      "emoji": "✍️"
    }
  },
  "meta": {}
}
GET
/posts/{uuid}
GET
Bearer Token
Bearer Tokenstring
Required

API token generated in Settings > API Tokens

API token generated in Settings > API Tokens
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. API token generated in Settings > API Tokens

Path Parameters

Responses

dataobject
metaobject
Was this page helpful?

Last updated today

Built with Documentation.AI