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

Returns JSON with webcredentials, applinks, appclips objects

Returns JSON with webcredentials, applinks, appclips objects
{
  "appclips": {
    "apps": [
      "example-string"
    ]
  },
  "applinks": {
    "apps": [
      "example-string"
    ],
    "details": [
      {}
    ]
  },
  "webcredentials": {
    "apps": [
      "example-string"
    ]
  }
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
*publicNo authentication required — public endpoint

Back to Well-Known Return to the Well-Known category to view other endpoints All API Categories Browse all available API categories