In

Returns authentication status. Method can be used to test connection and/or authentication to the API access point. It is not required to call this method before calling any other API methods.

Method entry point:

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

Supported HTTP methods
GET, POST.
Required parameters

example:

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

response:
{
"status" : "success",
"authenticated" : true
}

Recent Posts