v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-03-27193380.5 KB
Tail

Get Auth Status Endpoint

get/tail/app/auth-status

Query parameters

raccoonPasscodestring required
appNamestring required

Response

Successful Response

status'unliked' | 'active' required

Authentication status.

appNamestring required

The name of the app for which the authentication status is checked

Example response

{
  "status": "active",
  "appName": "my_awesome_app"
}