ACME API Documentation logo

Check Banned Hashtags

A banned hashtag checker

GEThttps://api.acme.com/api/hashtags/banned
Available on Premium, Business, Enterprise plans.

A banned hashtag checker to validate if the given hashtag has been banned by Instagram or other social networks.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY

Query Parameters

hashtagstringrequired

The hashtag to validate. Format: "hashtag" or "#hashtag"

curl --location --request GET 'https://api.acme.com/acme/api/hashtags/banned?hashtag=%23bikinibody' \
--header 'Authorization: Bearer API_KEY'
200
{
    "hashtag": "#bikinibody",
    "banned": true
}
400
{
  "action": "request",
  "status": "error",
  "code": 101,
  "message": "Missing or incorrect parameters. Please verify with the docs. .../acme.com/rest-api/endpoints"
}