chatgpt-well-known-plugin-finder icon indicating copy to clipboard operation
chatgpt-well-known-plugin-finder copied to clipboard

Shop api credentials

Open davidoort opened this issue 1 year ago • 0 comments

Hey! I was interested in using the Shop API but kept getting 401 even though it says it's unauthorized:

"server.shop.app": {
    "schema_version": "v1",
    "name_for_model": "Shop",
    "name_for_human": "Shop",
    "description_for_human": "Search for millions of products from the world's greatest brands.",
    "description_for_model": "",
    "api": {
      "type": "openapi",
      "url": "https://server.shop.app/openai/v1/api.json",
      "has_user_authentication": false
    },
    "auth": {
      "type": "service_http",
      "authorization_type": "bearer",
      "verification_tokens": {
        "openai": "cdfcc1dadb3540b8aa7c5c5f1512849b"
      }
    },
    "logo_url": "https://cdn.shopify.com/shop-assets/static_uploads/shop-logo-white-bg-purple.png",
    "contact_email": "[email protected]",
    "legal_info_url": "https://shop.app/legal-and-policies"
  },

What's this verification token? Could you point me to where I can obtain the valid credentials?

I appreciate this a ton! 🙏

davidoort avatar Sep 03 '23 16:09 davidoort