// Replace API_KEY with your api key and :postId with post id
curl --location 'https://api.supahub.com/api/v1/posts/:postId' \
--header 'Authorization: Bearer API_KEY'
GET
method
/posts/:postId
path

Path Parameters

postId
string
required

Identifier of the post being requested.

// Replace API_KEY with your api key and :postId with post id
curl --location 'https://api.supahub.com/api/v1/posts/:postId' \
--header 'Authorization: Bearer API_KEY'