GET List Docs​
GET
/docs
Retrieve the full list of documentation articles fetched from the FluentCRM website. Results are cached for one week.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
List of documentation articles.
application/json
JSON
{
"docs": [
{
"title": "string",
"content": "string",
"link": "string",
"category": {
"value": "string",
"label": "string"
}
}
]
}