Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.29 KB

API.md

File metadata and controls

60 lines (40 loc) · 2.29 KB

REST API v2.2 for phpMyFAQ 3.2

phpMyFAQ offers interfaces to access phpMyFAQ installations with other clients like the 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.

Open Endpoints

Open endpoints require no Authentication.

General APIs

Search related APIs

FAQ related APIs

Login/Registration related APIs

  • Login: POST /api/v2.2/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.

FAQ related APIs

Groups related APIs

Login/Registration related APIs

Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team