cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/jobs/documents/list \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data '{ "access_token": "<string>" }'
{ "documents": [ { "document_id": "<string>", "file_type": "<string>", "metadata": {}, "file_name": "<string>", "file_size": 123, "fetch_date": "2023-11-07T05:31:56Z" } ] }
Returns a list of documents available for the connection associated with the provided link token
Enter your client id
Enter your secret
OK
The response is of type object.
object
Was this page helpful?