Our API allows you to gain access to your workspaces, forms and responses. If you are having problems accessing resources or have anything in mind we should add, let us know via support@deftform.com Example: Access a workspace Method: GET $ac ...
To connect to our API, you must use the Authorization header and use a valid access token. You can generate access tokens in your workspace settings. Usage of access tokens To be able to access any of the available endpoints, you must authenticate with ...
Before you can access any of the available endpoints, make sure to create a valid access token. Also make sure to read the introduction to get familiar with our API. Workspace Method: GET To get access to a workspace, use the /workspace endpoint. $acc ...