script

スクリプトタグの取得

get/appstore/v1/script_tags.json

Response

OK

Example response

{
  "script_tags": [
    {
      "id": 1342332,
      "account_id": "PA12345678",
      "oauth_application_id": 12,
      "src": "https://example.com/example.js",
      "integrity": "sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC",
      "display_scope": "shop",
      "make_date": 1465784944,
      "update_date": 1494496809
    }
  ]
}

Changes