Checking authentication status

WebAuth Check UUID Auth Status

POST https://presence.mioko.tech/api/check-uuid-auth-status

This is the endpoint you can call from your secure back-end to check the authentication status for a user. Presence will return the time the user last authenticated, which you can use to determine whether you would like to grant access or not.

Request Body

NameTypeDescription

apiSecret

string

apiKey

string

uuid

string

Last updated