GET
/
validate
/
redditExists
/
:subreddit
curl --request GET \
  --url https://api.ayrshare.com/api/validate/redditExists/:subreddit \
  --header 'Authorization: Bearer <token>'
{
    "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
}