# Get forms Retrieves all available forms for company. Endpoint: GET /forms Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `result` (array) - `result.id` (integer) Example: 1 - `result.name` (string) Example: "Essential" - `result.public` (boolean) - `result.type` (string) Example: "type:standard" - `result.typeform_id` (string,null) Example: "bMEvs6FR" - `result.created_at` (string) Example: "2019-01-15T10:02:31+01:00" - `status` (integer) Example: 200 - `error` (object,null)