GET
/
tail
/
app
/
auth-status
curl --request GET \
  --url https://api.flyingraccoon.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

200
application/json
Successful Response
status
enum<string>
required

Authentication status.

Available options:
unliked,
active
Example:

"active"

appName
string
required

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

Example:

"my_awesome_app"