👋 Hey everyone! Wondering why Shortiny is completely free? No catch, we promise! We're passionate about making top-quality URL shortening accessible to all. Rest assured, existing users will keep enjoying all features for free. If we ever introduce paid plans in the future, it will only apply to new users. Spread the word and invite your friends to grab their free accounts now! 🚀

Account

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Show

API endpoint:

GET
https://shortiny.com/api/v1/account

Request example:

curl --location --request GET 'https://shortiny.com/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'