---
title: "GET /.well-known/apple-app-site-association - Well-Known · RUAL Documentation"
description: "GET: Returns JSON with webcredentials, applinks, appclips objects"
canonical: https://docs.rual.nl/cluster/api/well-known/well-known-apple-app-site-association-get
language: en
---

# GET /.well-known/apple-app-site-association

Returns JSON with webcredentials, applinks, appclips objects

```
{
  "appclips": {
    "apps": [
      "example"
    ]
  },
  "applinks": {
    "apps": [
      "example"
    ],
    "details": [
      {}
    ]
  },
  "webcredentials": {
    "apps": [
      "example"
    ]
  }
}
```

```
{
  "error": "ERROR_KEY"
}
```

| Permission | Description |
| --- | --- |
| `*public` | No authentication required, public endpoint |
