Can multiple tokens be created and used at the same time?

Yes, multiple tokens can be created and used simultaneously.

Is the token expiration time anywhere in the response header?

The token expiration time is not located in the response header. GoFormz’s token expiration time is 3600 seconds (1 hour). You should only acquire a new access token once your current token is near expiration.

Why does my DataSource have no columns?

If your DataSource doesn’t have any columns, then there was an error in the DataSource upload process. To solve this, ensure that you’re not using any special characters. If you’re not using any special characters in your DataSource, check the quantity of your DataSource rows. The advised DataSource row quantity is fewer than 10,000.

Does GoFormz support webhooks?

Yes, [GoFormz supports webhooks](https://developers.goformz.com/reference/get-a-webhook).

How are the Form ID and Template ID included in the Webhook call?

In your Webhook call’s body, you’ll find a JSON object called `Item`. In the `Item` object your Form ID is referred to as `ID`, and your your Template ID is referred to as `EntityID`.

What’s the difference between full and limited API access?

If you have Full API access, you’ll have complete Read and Write access to the API. If you have Limited API access, you’ll only have Read access.

Can a Public Form be created via API?

A Public Form cannot be created using an API. If you want to create a Public Form, it must be done manually, or using a Workflow.
ANSWERED

Is there a way to get a list of templates or formz by folder?

Is there a way to filter my get requests for a list of templates or formz by their corresponding folder?
ANSWERED

Trying to get list of formz updated for today via API

I am trying to get a list of all the formz updated today. when I run the API I get 5000 formz returned in the list. When I go into the portal and I filter to only show stuff for today there are only 129 forms modified today. Why is the API not returning the data correctly? How do I get it to only give me formz updated today? Thanks Lee
ANSWERED

I am having issue getting Access Tokens

How to get Access tokens?