Get Started
Last updated
Last updated
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from our Dashboard (SOON!) or by doing /apikey
GET
https://api.blacklister.xyz/<userid>
Authorization*
Your API key
If the user is not blacklisted, it will return data in the following format:
If the user is blacklisted, it will return data in the following format:
Take a look at how you might call this method using Axios
or Requests