************************************************ ``GET`` List all XoForms ************************************************ This API retrieves information about all xoforms associated with the company. Request URL ============= .. code-block:: GET /forms/active .. warning:: Make sure to add your API key in Header of the request Response ========== - A JSON response containing all xoforms associated with the company, with the most recent one listed first. .. code-block:: JSON [ { "form_id": "integer", "form_name": "string", "link_to_apply": "string" }, ]