Giter VIP home page Giter VIP logo

api-documentation's Introduction

Api-Documentation

Making your first API call

We've written a quick step-by-step guide to walk you through how to login on Biot User account, make your first API call, and interpret the results.

Introduction

This Api service will help users to synchronize their data & fetch whatever data they want. For this we have created various Api services where user can purchase services as per their requierment and get acccess towards it. To learn more about this we have created step by step guide where user will get to learn how to integrate this Api towards their application. To learn more about Api Services, Please Contact Our Sales Team.

How it works

Step 1: Login inside Biot User panel:

When a user sends a request with payload (mobile_number & password)an authentication token is generated which you will receive in a response as well as you will receive authentication-key via mail.

Step 2: Pass Authentication Token:

Now you will need to pass that authentication token & authentication-key to receive any response without that you will not be able to fetch data.

All Api Request & Response are shown below:

1.) Authentication API:

      Method: POST
      URL: https://biotworld.in/api/external/login
      Header: 

Request:

User will Send a request with Mobile Number & Password

{
   "mobile_number": "9586722584",
   "password": "12345",
}

Response

{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NjgzMzM3NjMsImlkIjoxODQxLCJpYXQiOjE2NjU3NDE3NjN9.s6MoReMqc_29hXErb1YuzhZdc5w0plyAyQIjB1k7i3A"
}


api-documentation's People

Contributors

aman9843 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.