GetCurrentInstanceAsync

Returns (Task)

Find the current Instance.

Name Description

Get Current Instance Async

Example in C#

// Returns: InstanceInfo
var instanceInfo = await client.GetCurrentInstanceAsync();

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'