Skip to content

API Documentation

Fraser Redford edited this page Mar 29, 2021 · 43 revisions

The following API endpoints can be used to access the Konnect server.

Author API

  1. GET an author's profile by ID: author/<str:id>/
  2. POST update an author's profile: author/<str:id>/
  3. GET all author's on the server: authors

Login API

  1. POST will handle a user login: api/auth/login

Register API

  1. POST will handle creating a user: api/auth/register

Clone this wiki locally