Get authentication status on an app for a user.
curl --request GET \ --url https://api.flyingraccoon.tech/tail/app/auth-status \ --header 'raccoon-secret-key: <api-key>'
{ "status": "active", "appName": "my_awesome_app" }
Authentication status.
unliked
active
"active"
The name of the app for which the authentication status is checked
"my_awesome_app"
Was this page helpful?