Ⓜ️
Matar
Ctrlk
  • ✍️About Matar
  • 📁Concept
  • 📁Matar For Communities
  • 📁🚀 Get Started
  • 📁Matar Features
  • 📁Developer Reference
    • 🗄️Architecture
    • 📜Guides
    • 🛠️API
      • 📄API Flow
      • 📁User Login
      • 📄Organization Selection
      • 📄Language and Categories
      • 📄Activity Types
      • 📁Posts
    • 📶DB Tables and Structure
    • 💻Backend Code
    • 💻Frontend Code
  • 🤝Support
Powered by GitBook
On this page
  1. 📁Developer Reference
  2. 🛠️API

📄API Flow

Understand API Flow and see table of contents for all API's.


Here is an API Flow, try it in the sequence mentioned below:

  1. Provide User login Information and Send OTP

  2. Submit OTP for user creation

  3. Get created user details in the form of the access token

  4. Edit username/language/organization ID and provide an image for the user profile.

  5. Create a New Post(Question)

  6. Create a new child post(answer/replies)

  7. Like Dislike a Post(Post Any Activity Type)

  8. Get Post Activity for a Certain User.

  9. Get ChatGPT to answer the post.

  10. Get the list of Post(Question) Details for an organization ID

    • Get Post(Question) Details with Children(Answers/Replies)

    • Get Post(Question) Details with Children (Answers/Replies)Offset(Limit Number of Replies)

    • Get Posts by a Certain Category

    • Get a List of Posts by a specified User


Helper API's

  • Get a list of all organizations hosted on the network.

  • Get a list of all languages in which posts are available.

  • Get all categories for posts.

  • Get a list of activity Types for a post.

PreviousAPINextUser Login

Last updated 1 year ago