GET List all XoForms

This API retrieves information about all xoforms associated with the company.

Request URL

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.

[
    {
        "form_id": "integer",
        "form_name": "string",
        "link_to_apply": "string"
    },
]