Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 2.52 KB

API.md

File metadata and controls

66 lines (44 loc) · 2.52 KB

REST API v3.0 for phpMyFAQ 4.0

phpMyFAQ offers interfaces to access phpMyFAQ installations with other clients like an iPhone App. phpMyFAQ includes a REST API and offers APIs for various services like fetching the phpMyFAQ version or doing a search against the phpMyFAQ installation.

Public Endpoints

Public endpoints require no Authentication.

General APIs

Search related APIs

FAQ related APIs

Login/Registration related APIs

  • Login: POST /api/v3.0/login

Endpoints that require Authentication

Closed endpoints require a valid API client token to be included in the header of the request. An API client token can be acquired from the admin configuration.

Category related APIs

FAQ related APIs

Groups related APIs

Login/Registration related APIs

Copyright © 2001-2024 Thorsten Rinne and the phpMyFAQ Team