Forms

Create, Update, Delete, and List your Forms.

Form API Actions


ActionMethodPath
ListGET/api/v1/forms

List forms


You can return a list of your forms.

ArgumentOptions
query (string, optional)Filter your forms by name
page (integer, optional)Change the page
Example API call
HTTPS
https://usebasin.com/api/v1/forms?filter_by=All&page=1&query=&api_token={account_api_token}

Make sure you swap out  {account_api_token}  with your account wide API token found on your Account Setting page.