EndpointsGet Posts Postid
Endpoints

GET /posts/{postId}

Info for a specific post

curl -X GET "https://api.youdo.blog/v1/posts/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/posts/{postId}
GET
path
postIdstring
Required

The id of the post to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

postIdstring
Required

The id of the post to retrieve

Responses

Expected response to a valid request

Was this page helpful?