🚀🎉 A new URL shortener is finally here! You can enjoy the free plan and premium features at extremely low prices (starting at $3). Get a 10% discount now for the first 100 users with the code "EARLY50"

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://same.ly/api/v1/account

Request example:

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