Skip to main content
GET
/
v1
/
apps
/
custom-data
/
{app_id}
/
files
/
{file_id}
/
download
App Download Custom Data File
curl --request GET \
  --url https://api.pulze.ai/v1/apps/custom-data/{app_id}/files/{file_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required
file_id
string<uuid>
required

Response

Successful Response