GET Get Doc​
GET
/docs/{doc_id}
Retrieve a single documentation article by its ID from the FluentCRM website.
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)
Parameters​
Path Parameters
doc_id*
The documentation article ID.
Type
Requiredinteger
Responses​
Documentation article details.
application/json
JSON
{
"title": "string",
"content": "string",
"link": "string",
"id": 0
}