Get authentication status on an app for a user.
cURL
curl --request GET \ --url https://api.raccoonai.tech/tail/app/auth-status \ --header 'raccoon-secret-key: <api-key>'
{ "status": "active", "appName": "my_awesome_app" }
Successful Response
The response is of type object.
object
Was this page helpful?