cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DROPBOX_SIGN_SEARCH_SIGNATURE_REQUESTS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DROPBOX_SIGN_SEARCH_SIGNATURE_REQUESTS", "parameters": { "accountId": "<string>", "query": "<string>", "paginationParameters": { "pageSize": 123, "pageNo": 123 } } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Account ID : Specify Account ID to return SignatureRequests for. Must be a team member. Use all to indicate all team members. Defaults to your account. (example: "d57de93d53f840a144fd316faa294c8f66b3ffae")
Query : Specify the query that includes search terms and/or fields to be used to filter the SignatureRequest objects. (example: "John")
Pagination Parameters
Page Size(default 20, recommended < 50, maximum 100)
Page Number(Default 1)
Success
Was this page helpful?