Loyality Documentation
    Loyality Documentation
    • Coaches
      • Resumes
        • Get all Resumes
        • Filter Resume By Status
        • Get Resume Details
        • Mark As Done
        • Drop A Review
        • Drop Updated Resume
      • Sessions
        • Get All My Sessions
        • View Specific Session
        • Raise A Concern
        • Mark As Complete
        • Ask For Reschdule
      • Mock A Coach
        POST
    • Users
      • Sessions
        • Create A Session (New)
        • Get All Sessions
        • Get A Session
        • Drop A Review
        • Book A Discovery Call
        • Reshedule Session
        • Close Session
        • Raise A Concern
        • One-On-One Coaching
      • Authentication
        • Registration
        • Login
        • Logout
        • Forget-Password
        • Resend Activation Link
        • View Profile
        • Update Account
        • Update Account As Coach
        • Activate Reset Password
        • Google Auth (Redirection Page)
        • Google Auth Callback
        • Change Password
        • Price Account Set Up
        • Schedule Account Setup
        • Turn On / Off Individual Session
      • Resumes
        • Submit A Resume
        • Get All Resumes
        • Get A Specific Resume
        • Make A Review
        • Raise A Concern
      • BootCamps
        • Register For BootCamp
      • Payments
        • Verify Payment Hook
    • Admin
      • Videos
        • Upload An Video
        • Get All Videos
        • Get Specific Videos
        • Delete Video
        • Update Video
      • Community
        • Get All Communities
        • Create A Community
        • Update Community
        • Delete Community
        • Get All Newsletters
      • Coaches
        • Get All Coaches
        • Coach Profile
        • Swtich Coaches Role
      • Sessions
        • Get All Sessions
        • Get Session Details
        • Mark As Complete
        • Setting Timeline On One-On-One
        • USD Session & Sends USD Notification
      • Authentication
        • Profile
        • Admin Login
      • Users
        • Get All Users
        • User Profile
      • Articles
        • Get All Articles
        • Get Article Details
        • Create A Article
        • Update Article
        • Delete Article
      • Testimonials
        • Get All Testimonials
        • Approve Or Disapprove Testimonails
        • Create A Testimonial
        • Get Specific Testimonial
      • BootCamp (Cohort)
        • Add Cohort
        • Get All Cohorts
        • Get All Specific Cohort
        • Get All Students
        • Delete Cohort
        • Update Cohort
      • Resumes
        • Get All Resumes
        • Assign A Resume
        • Get Resume Details
      • Hero Videos
        • Get All Hero Videos
        • Upload Hero Video
        • Get A Specific Hero Video
        • Update Hero Video
        • Delete Hero Video
      • Events
        • Get All Events
        • Create Event
        • Update Event
        • Get Specfic Events
        • Delete Events
      • Get All Subscribers
        GET
    • Get All Coaches
      GET
    • Welcome Page
      GET
    • Activate Account
      GET
    • HealthCheck
      GET
    • Sign Up For NewsLetters
      POST
    • Get All Plans
      GET
    • List Of Banks
      GET
    • Account Verification
      POST
    • Get A Coach
      GET
    • Get all Testimonials
      GET
    • Get All BootCamps
      GET
    • Get All Articles
      GET
    • Get Specific Articles
      GET
    • Get A Specific Bootcamp
      GET
    • Get A Specific Video
      GET
    • Get All Videos
      GET
    • Get All Events
      GET
    • Get A Specific Event
      GET
    • Get All Hero Videos
      GET
    • Get All Communities
      GET
    • Get A Coach By Slug
      GET
    • Check Slug Availability
      GET

      Get All Articles

      GET
      /api/v1/articles

      Request

      None

      Responses

      🟢200
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/api/v1/articles'
      Response Response Example
      {
          "data": {
              "message": "Request data successfully queried",
              "status": true,
              "articles": [
                  {
                      "id": "679a4ede503ce9908f01b8fe",
                      "author": "674a090fe8da9f5e05b4fede",
                      "comments": [],
                      "tags": [
                          "first",
                          "article"
                      ],
                      "writer": "Abdullah Yahaya",
                      "date": "2025-03-20T00:00:00.000Z",
                      "content": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum",
                      "title": "My First Article",
                      "image": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1738165979/mdx82kuokpjpjztqff1c.png",
                      "updatedAt": "2025-01-29T15:53:02.442Z"
                  },
                  {
                      "id": "679a4f7e257ef5a6558f1d67",
                      "author": "674a090fe8da9f5e05b4fede",
                      "comments": [],
                      "tags": [
                          "second",
                          "article"
                      ],
                      "writer": "Segun Kolawole",
                      "date": "2025-03-20T00:00:00.000Z",
                      "content": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum",
                      "title": "My Second Article",
                      "image": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1738166141/ichojed359gyfwkapivw.png",
                      "updatedAt": "2025-01-29T15:55:42.201Z"
                  }
              ]
          }
      }
      Modified at 2026-03-12 16:57:10
      Previous
      Get All BootCamps
      Next
      Get Specific Articles
      Built with