// Replace API_KEY with your api keycurl --location 'https://api.supahub.com/api/v1/comments?limit=10&page=1' \--header 'Authorization: Bearer API_KEY'
Comments
List Comments
Retrieve a list of comments.
Copy
// Replace API_KEY with your api keycurl --location 'https://api.supahub.com/api/v1/comments?limit=10&page=1' \--header 'Authorization: Bearer API_KEY'
The page number of the comments list (starting from 1).
Copy
// Replace API_KEY with your api keycurl --location 'https://api.supahub.com/api/v1/comments?limit=10&page=1' \--header 'Authorization: Bearer API_KEY'