// Replace API_KEY with your api key and :postId with post idcurl --location 'https://api.supahub.com/api/v1/posts/:postId' \--header 'Authorization: Bearer API_KEY'
Posts
Single Post
Retrieve details of a specific post.
Copy
// Replace API_KEY with your api key and :postId with post idcurl --location 'https://api.supahub.com/api/v1/posts/:postId' \--header 'Authorization: Bearer API_KEY'
// Replace API_KEY with your api key and :postId with post idcurl --location 'https://api.supahub.com/api/v1/posts/:postId' \--header 'Authorization: Bearer API_KEY'