ACME API Documentation logo

Check Subreddit Exists

Check if a subreddit exists

GEThttps://api.acme.com/api/validate/redditExists/:subreddit
Available on Premium, Business, Enterprise plans.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY

Path Parameters

subredditstringrequired

The name of the subReddit to check if exists.

{
    "status": "success",
    "subReddit": "tesla",
    "exists": true
}