The endpoint provides a method to retrieve the list of forms provided by the authenticated client. The requests are HTTP GET (RFC2616) and uses api key as a resource identifier identifying the client uniquely at HB.If there’s no forms assigned to your account, the API should send an HTTP 204 No Content response.
Request
Authorization
Add parameter in header
API-Key
Example:
API-Key: ********************
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/forms-list' \
--header'API-Version: {{api_version}}' \
--header'API-Key: <api-key>'