Skip to main content

Check zip files by link UID specified in previous zip request

Check zip files by link UID specified in previous zip request.

HEAD /api/v1/public/{linkUid}/zip/{zipRequestId} HTTP/1.1
  1. Path parameters
ParameterDescription
linkUidThe UID of the link for the folder.
zipRequestIdId of a zip request created before this request
  1. Example request
curl 'http://localhost:8080/api/v1/public/8d9e4dab-99a9-49e4-a4eb-db7d2762f3f9/zip/OW94BHPKmMrF6KwlhzWeoMuzcSWBGInb' -i -X HEAD \
-H 'X-co-auth-token: 6a1306c1f9909b64eebe186ff5700131' \
-H 'User-Agent: agent' \
-H 'Accept: accept' \
-H 'Accept-Language: accept_language' \
-H 'Accept-Encoding: accept_encoding'
  1. Example response headers
HTTP/1.1 204 204 NO_CONTENT
X-co-request-id: uKFFNQNfqTQKXcV4y7ZxPFE79jOHsgZa

[ content of the response is skipped ]
  1. Example response
HTTP/1.1 204 No Content
X-co-request-id: uKFFNQNfqTQKXcV4y7ZxPFE79jOHsgZa