API Reference
Flipguard API (1.0.1) specification.
All endpoints require an API key sent via x-api-key header, and have a rate limit of 1 request per second. You can generate API keys for your Flipsuite configuration on the dashboard.
To use Flipguard API you have to activate the Starter or Pro plan in your Flipsuite configuration first. Please check our store for details about features and pricing.
đ¸ Tipping
Below you can find endpoints related to tipping. Every tip, airdrop or raffle made via API will use your server tipping wallet to distribute rewards, so make sure to setup one before proceeding. Once you log into the dashboard and create a Flipsuite configuration - go to the tipping tab to set it up. YouTube API usage example here.
Please note that even though the requests have a rate limit of 1 per second - your tips, airdrops and raffles can, and will be delayed by a few or more seconds if you try to create a lot of them at once.
Create automated airdrops in your server
ID of a Discord channel in your server where the airdrop should be created.
^\d+$
Number of milliseconds before the airdrop ends and the prize is distributed. Cannot be longer than 30 days.
Maximum number of entries. Must be an integer between 1 and 500.
Note that will be shown on the airdrop message. Cannot be longer than 256 characters.
Roles that are allowed to enter the airdrop.
Roles that are forbidden from entering the airdrop.
Users that are forbidden from entering the airdrop.
Airdrop has been created successfully
Create automated raffles in your server
ID of a Discord channel in your server where the raffle should be created.
^\d+$
Number of milliseconds before the raffle ends and the prize is distributed. Cannot be longer than 30 days.
Maximum number of entries. Must be an integer between 1 and 500.
Note that will be shown on the raffle message. Cannot be longer than 256 characters.
Roles that are allowed to enter the raffle.
Roles that are forbidden from entering the airdrop.
Users that are forbidden from entering the airdrop.
Raffle has been created successfully
Send automated tips in your server
ID of a Discord channel in your server where the tip should be sent.
^\d+$
ID of a Discord user in your server that should receive the tip.
^\d+$
Note that will be shown on the tip message. Cannot be longer than 256 characters.
Tip has been sent successfully
Last updated