cURL
curl --request GET \ --url https://api.simplicity.ai/v1/forms \ --header 'X-API-Key: <api-key>'
{ "total_pages": 123, "forms": [ { "form_id": "<string>", "form_description": "<string>", "form_title": "<string>", "form_name": "<string>", "original_form_name": "<string>", "form_url": "<string>", "updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "last_filled_at": "2023-11-07T05:31:56Z", "file_size": 123, "fillable_field_count": 123 } ] }
Retrieve all forms associated with the authenticated user.
Page number
x >= 1
Number of forms per page
1 <= x <= 100
Successful Response
Show child attributes