Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.06 KB

API.md

File metadata and controls

53 lines (36 loc) · 2.06 KB

REST API v2.1 for phpMyFAQ 3.1

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.1/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

Login/Registration related APIs