Form Tokens
Description: To download a form, a unique form token must be provided. To retrieve a download token, a HTTP GET request is made to the URL with the form ID and session token.
Method: GET
URI: /forms/form_id/download/
URI Parameters
- form_id: The ID of the form.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
id | Integer | Unique ID of the form. |
agency_id | Integer | Unique ID of the agency. |
ip | String | IP address that the token is locked to. |
token | String | Unique download token. |
Example
Request
Response