The endpoint provides a method to retrieve a list of candidate form submissions in the last 90 days. If the request is successful, the response message is HTTP 200 OK, If there are no submissions to report the API should send an HTTP 204 No Content response.
Request
Authorization
Add parameter in header
API-Key
Example:
API-Key: ********************
Query Params
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-g--request GET '/submissions?API-Version={{api_version}}' \
--header'API-Version: {{api_version}}' \
--header'API-Key: <api-key>'