Skip to content

Get the account plan tier

GET
/v1/account/tier
curl --request GET \
--url https://shareout.site/v1/account/tier \
--header 'Authorization: Bearer <token>'

Plan tier and feature flags

Media type application/json
object
tier
string
Allowed values: free pro team
features
object
key
additional properties
any
Example
{
"tier": "free"
}