User contributions for Root

From wiki
A user with 16 edits. Account created on 16 October 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

22 October 2025

16 October 2025

  • 19:4319:43, 16 October 2025 diff hist +35 N API/Endpoints Root moved page API/Endpoints to API/Endpoints: Models current
  • 19:4319:43, 16 October 2025 diff hist 0 m API/Endpoints: Models Root moved page API/Endpoints to API/Endpoints: Models
  • 19:3719:37, 16 October 2025 diff hist +214 N MediaWiki:Sidebar Created page with "* Verofy API ** API|Home ** API/Getting Started|Getting Started ** API/Authentication Tutorial|Authentication ** API/Endpoint Documentation|Endpoints ** API/Endpoints: Models|Models ** API/Example: PHP|Example: PHP"
  • 19:3319:33, 16 October 2025 diff hist +2,461 N API/Example: PHP Created page with "= Example: PHP = This example demonstrates how to use the **Verofy API** from PHP with the Yii HTTP Client. __TOC__ == Overview == The example covers: * Authenticating via refresh and access tokens * Retrieving a list of map sites filtered by `externalId` * Updating a map site record by ID Ensure that the **Yii HTTP Client** component is installed and properly configured. ---- == Example Script == <syntaxhighlight lang="php"> <?php use yii\httpclient\Client..." current
  • 19:3019:30, 16 October 2025 diff hist +9,567 N API/Endpoints: Models Created page with "= Endpoints = This page documents key Verofy API endpoints and usage patterns. __TOC__ == Projects == === Map Project (map-project) === A Map Project groups multiple mapping elements, such as segments, sites, and access points. ==== Fields ==== {| class="wikitable" ! Field !! Type !! Description |- | id || int || Unique identifier |- | name || string || Project name |- | description || string || Detailed project description |- | status || string || Project status (e..."
  • 19:2219:22, 16 October 2025 diff hist +1 API/Endpoint Documentation No edit summary
  • 19:1619:16, 16 October 2025 diff hist +4,975 N API/Endpoint Documentation Created page with "= Endpoint Documentation = This page describes the available **Verofy API endpoints**, grouped by category. == Categories == * Miscellaneous Endpoints * Reference Endpoints ---- == Miscellaneous Endpoints == === Health Check (MISC) === Check whether the API is accessible, or if a particular version of the API is available. There are two variants of this endpoint: * **Global Health Check** — verifies the API s..."
  • 18:5818:58, 16 October 2025 diff hist +2,899 N API/Authentication Tutorial Created page with "= Authentication Tutorial = This tutorial walks through how to log in to the **Verofy API** using **Token Authentication**. == Authentication Types == There are two authentication methods available in the Verofy API: === Token Authentication === For **user-facing clients**, such as mobile apps or user-written scripts. * Login process takes multiple steps * Balances security with user convenience * Users log in with their email and password === Key Authenticat..." current
  • 18:5518:55, 16 October 2025 diff hist +3,934 N API/Getting Started Created page with "= Getting Started = The **Verofy API** is semi-RESTful. If you are not familiar with interacting with REST APIs, please review a short introduction first: [https://www.geeksforgeeks.org/rest-api-introduction/# REST API Introduction]. Note that this API does stray from RESTful design in some key places. Nearly any language and environment with web access can interact with REST APIs, and the technology is well documented. For the purposes of this guide **Python 3...." current
  • 18:5118:51, 16 October 2025 diff hist +441 N API Verofy API Documentation current