Documentation: User Account Data

Querying Your Account Data

CheetahO allows you to get your account data like a used quota, the current name of the plan, user name.

This API can be useful where the user needs to be alerted when the quota limit is going to expire.

To get user account data, simply use GET HTTP request with header parameter key to https://api.cheetaho.com/api/v2/user.

This is a cURL example:

curl --location --request GET 'https://api.cheetaho.com/api/v2/user' \
--header 'Accept: application/json' \
--header 'key: your_key'