Parse a message which is a URL, return the simple meta data of the URL

URL Parameters

NameDescriptionLocationRequiredDefault Value
linkThe url to be parsed (e.g.: https://google.com).QueryYes

Authentication

JwtAuthenticator, Oauth2Authenticator, AnonymousAuthenticator

Authorization

OAuthAuthorizer

Example Request

URL

For Production: GET https://spacesapis.avayacloud.com/api/messages/parselink?link=http://google.ca
For Staging: GET https://loganstagingapis.esna.com/api/messages/parselink?link=http://google.ca

Headers

Authorization: "jwt eyJhbGciOiJSUzI1NiIsIdfgdfgnR5cCI6IkpXVCJ9.eyJ1c2VyX2lkX3NpZyI6ImxPWHpxNzVzR3J3X0xwWEMyRGRMakhyYXJlWVhyTzFMdEZHZkhkOWNkTXciLCJwcm9kdWN0X3R5cGUiOiJhY2NvdW50cyIsImxhc3R1cGRhdGV0aW1lIjoiMjAxNy0wMS0zMFQxMzo1ODo0Ny4yMDYiLCJpc3MiOiJ6YW5nLmlvIiwicHVibGlja2V5aWQiOiJhZ3h6Zm05dVpYTnVZVEl3TVRSeUdnc1NEVWRLZDNSUWRXSnNhV05MWlhrdfgdWdJQ2dsUEtFakFvTSIsImV4cCI6MTQ5NTM5MTIwMywidXNlcl9pZCI6ImFneHpmbTl1WlhOdVlUSXdNVFJ5RVFzU0JGVnpaWElZZ0lEQXMtX25fUW9NIiwidmVyIjoiMi4wIn0.SqZpw1uPIebqW3qlDsm0-DWYFKEH0SgPwtD-tSESWOF-5hLkZMqJH28ooWux2S7s9riIew7pTVPnZpTgJa5zHcEAG0gXSEJVOqmpGp_4ufM8YtZoZMpBFjyAkwyAt-ILkGUYIo0GU5WyzMPLV8YLXfgdfgOgkE2MGGOajBkjPmC2Db3pA0D0M9k-21EL1gwWBC5YIq0PDAkgulegwl6khRmB8irJQ-dfg-d-KV9eYfFpsCdJKRGzSfqg"

Or

Authorization: "bearer f746696f5de4528u128ae2f274eea253e8a7943a"

Example Response #1


         {
          "meta": [
            {
              "property": "",
              "name": "",
              "content": "text/html; charset=UTF-8"
            },
            {
              "property": "",
              "name": "",
              "content": "/images/branding/googleg/1x/googleg_standard_color_128dp.png"
            }
          ],
          "link": [
            {
              "href": "/images/branding/product/ico/googleg_lodp.ico",
              "rel": "shortcut icon"
            }
          ],
          "title": [
            "Google"
          ],
          "images": []
        }

Example Response #2


         {
          "meta": [
              {
                  "property": "",
                  "name": "description",
                  "content": "Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for."
              },
              {
                  "property": "",
                  "name": "robots",
                  "content": "noodp"
              },
              {
                  "property": "",
                  "name": "",
                  "content": "text/html; charset=UTF-8"
              },
              {
                  "property": "",
                  "name": "",
                  "content": "/images/branding/googleg/1x/googleg_standard_color_128dp.png"
              }
          ],
          "link": [],
          "title": [
              "Google"
          ],
          "images": [
              "/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png"
          ],
          "data": [
              {
                  "provider": "urllink",
                  "fileType": "website",
                  "embedUrl": "",
                  "path": "http://www.google.com",
                  "name": "Google",
                  "thumbnailFile": "/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png",
                  "description": null,
                  "icon": null,
                  "spacesObjectId": "",
                  "spacesObjectType": ""
              }
          ]
      }