Jaweb Logo
  • Home
  • Features
  • Pricing
    • Integration
    • Case Study
    • FAQ
    • Contact
Sign In Sign Up

Getting Started

2
  • API Key Access
  • Authentication

Chatlog

3
  • Get Request
  • Post Request
  • Put Request
View Categories
  • Home
  • Docs
  • Getting Started
  • Authentication

Authentication

< 1 min read

To access the API, you need to authenticate each request using your API key. This ensures secure communication between your application and our server. Include the API key in the request header as a Bearer token to verify your identity and gain access to the available endpoints.

Authentication Endpoint:

https://crm.jaweb.me/api/user/CheckUserAuth

How to Authenticate #

  1. Include the API Key in the Request Header
    Add the API key in the request header to authenticate each API call:makefileCopy Authorization: Token YOUR_API_KEY_HERE
  2. Send a Request to the Authentication Endpoint
    Make a GET request to the following URL:rubyCopy https://crm.jaweb.me/api/user/CheckUserAuth
  3. Handle the Response
    • 200 OK – Authentication is successful, and the user is verified.
    • 401 Unauthorized – The API key is missing or invalid. Make sure you are using a valid key.

Example Request #

GET https://crm.jaweb.me/api/user/CheckUserAuth
Authorization:Token YOUR_API_KEY_HERE

Security Considerations #

  • Do not share your API key or expose it in public-facing code.
  • Rotate the API key periodically for enhanced security.
Updated on December 3, 2024

What are your Feelings

  • Happy
  • Normal
  • Sad
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
API Key Access
Table of Contents
  • How to Authenticate
  • Example Request
  • Security Considerations
Jaweb

Jaweb powers your store’s growth with an AI-driven chat that listens, sees, and sells—so you can focus on scaling, not on endless support.

Pages

  • Privacy Policy
  • Help
  • Contact Us
  • Resources
  • API Documentation
  • Affiliate Program

Sign up for the newsletter

© 2025 Jaweb.com | All Rights Reserved