Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call is used to get various user info.

Resource URL

/api/1.0/profile/info

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

{
    "user_used": <int>, // user file usage
    "user_limit": <int>, // user file usage quota
    "acc_used": <int>, // account file usage
    "acc_limit": <int> // account file usage quota
}

 

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1