Skip to main content
GET
/
validate
/
redditExists
/
:subreddit
Check Subreddit Exists
curl --request GET \
  --url https://api.ayrshare.com/api/validate/redditExists/:subreddit \
  --header 'Authorization: Bearer <token>'
{
    "status": "success",
    "subReddit": "tesla",
    "exists": true
}

Documentation Index

Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Header Parameters

Path Parameters

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