cURL
curl --request GET \ --url https://api.ayrshare.com/api/validate/redditExists/:subreddit \ --header 'Authorization: Bearer <token>'
{ "status": "success", "subReddit": "tesla", "exists": true }
Check if a subreddit exists
Authorization: Bearer API_KEY