GET
/
tail
/
linked-apps
curl --request GET \
  --url https://api.flyingraccoon.tech/tail/linked-apps \
  --header 'raccoon-secret-key: <api-key>'
{
  "linkedApps": [
    "app1",
    "app2",
    "app3"
  ]
}

Authorizations

raccoon-secret-key
string
header
required

Query Parameters

raccoonPasscode
string
required

Response

200
application/json
Successful Response
linkedApps
string[]
required

List of linked application names.

Example:
["app1", "app2", "app3"]