Skip to content
View as Markdown

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
integer
Required

Responses​

Documentation article details.

application/json
JSON
{
"title": "string",
"content": "string",
"link": "string",
"id": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI