Webpages

View as Markdown
The `POST /api/webpages/index` endpoint is used to retrieve webpages from the system. ### Request - Method: POST - Base URL: {{baseUrl}} - Path: /api/webpages/index - Headers: - Content-Type: application/x-www-form-urlencoded ### Request Body The request body for this endpoint is of type x-www-form-urlencoded. - `auth` (string): Authentication token. ### Response The response will be in JSON format and will include the following fields: - `success` (string): Indicates the success status of the request. - `message` (string): Provides additional information about the request. - `data` (array): Contains an array of objects, each representing a webpage. - `id` (string): The unique identifier for the webpage. - `title` (string): The title of the webpage. - `description` (string): The description of the webpage and its content.

Request

This endpoint expects an object.

Response headers

Keep-Alivestring
X-Powered-Bystring

Response

OK
datalist of objects
messagestring
successstring