GET
/
tail
/
app
/
auth-status
Get Auth Status Endpoint
curl --request GET \
  --url https://api.raccoonai.tech/tail/app/auth-status \
  --header 'raccoon-secret-key: <api-key>'
{
  "status": "active",
  "appName": "my_awesome_app"
}

Authorizations

raccoon-secret-key
string
header
required

Query Parameters

raccoonPasscode
string
required
appName
string
required

Response

Successful Response

status
enum<string>
required

Authentication status.

Available options:
unliked,
active
Examples:

"active"

appName
string
required

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

Examples:

"my_awesome_app"