In

Returns limits/quota usage information for calling application/account.

Method entry point:

https://api.skybiometry.com/fc/account/limits

Supported HTTP methods
GET, POST.
Required parameters

example:

https://api.skybiometry.com/fc/account/limits.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c

response:
{
"status" : "success",
"usage" : {
"used" : 0,
"remaining" : 100,
"limit" : 100,
"reset_time_text" : "Mon, 24 September 2012 12:28:52 +0000",
"reset_time" : 1348489732,
"namespace_used" : 2,
"namespace_limit" : 2
}
}

Recent Posts