Skip to content
SynupAPI
Get an API key
GETapi.synup.com/api/v4/posts/{postId}

Get a single post

Requires an API key. Send it as Authorization: API <your-key> — see Getting started.

Parameters

Path

NameTypeRequiredDescription
postIdstringrequired

Request

Request
curl -X GET 'https://api.synup.com/api/v4/posts/:postId' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Responses

StatusDescription
200
Example response (generated from the schema)
{}