In

Returns all valid data namespaces for application authorized by the specified api_key.

Method entry point:

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

Supported HTTP methods
GET, POST.
Required parameters

example:

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

response:
{
"status" : "success",
"namespaces" : [
{
"name" : "docs",
"size" : 2,
"share_mode" : "Private",
"owner" : true
}
] }

Recent Posts