Sandbox
Explore every endpoint with simulated responses — no credentials required.
GET
/account/package
Account Package
Retrieve the current subscription package and quota details.
Click "Send request" to see a simulated response.
Code Examples
const res = await fetch('https://rediafile.com/cloud/api/v2/account/package', {
method: 'GET',
headers: { 'Authorization': `Bearer ${token}` },
});
const data = await res.json();