Skip to main content
GET
/
api
/
v1
/
credentials
/
:id
/
download-url
Get Credential Download URL
curl --request GET \
  --url https://api.example.com/api/v1/credentials/:id/download-url
{
  "downloadUrl": "https://s3.amazonaws.com/bucket/credentials/1/...?..."
}

Path Parameters

id
integer
required
The credential ID.

Response

{
  "downloadUrl": "https://s3.amazonaws.com/bucket/credentials/1/...?..."
}

Errors

StatusCause
404Credential not found or has no document