GET
/
validate
/
redditExists
/
:subreddit
Check Subreddit Exists
curl --request GET \
  --url https://api.ayrshare.com/api/validate/redditExists/:subreddit
{
    "status": "success",
    "subReddit": "tesla",
    "exists": true
}
Available on Premium, Business, Enterprise plans.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY

Path Parameters

subreddit
string
required
The name of the subReddit to check if exists.
{
    "status": "success",
    "subReddit": "tesla",
    "exists": true
}