Userdesk
Home
  • 👋Welcome to Userdesk
  • Overview
    • 💡What we do
  • âš¡Product Guides
    • Training data
      • Sitemaps
        • Shopify Store
        • Gitbook
    • Chatbot configuration
      • Welcome message
      • Escalate to human
      • Missing response message
    • Add the Chatbot widget to your website
      • WordPress
      • Shopify
      • Webflow
      • Wix
      • Notion pages
      • Any Website
    • Slack integration
    • JavaScript Widget
    • Customize Widget CSS
    • Chat Widget Changelog
  • 📖API
    • Authentication
    • Create a conversation
    • Send a message
Powered by GitBook
On this page

Was this helpful?

  1. API

Authentication

PreviousChat Widget ChangelogNextCreate a conversation

Last updated 1 year ago

Was this helpful?

To use the Userdesk API it is required to have an API Key.

Creating an API Key is as simple as creating a Chatbot, going to the API section, and creating a new API Key.

Bearer Token Authorization

Every API endpoint needs to be authenticated via the Bearer Token.

It means that every HTTP request has to include this HTTP Header:

Authorization: Bearer <your_chatbot_api_key>
📖
Create an API Key