Supported Endpoints

This page describes the endpoints that are still supported for Version 1 of the OpenApply Public API.

Download an Asset

GET /api/v1/secure_downloads/files/{id}

This endpoint will respond with the location to download url in the location header.

Headers

Name
Value

Content-Type

application/json

auth-token

API_TOKEN

Query

Name
Type
Description

auth_token

string

The API token

Response

Content-Type: text/html
location: https://openapply-ca-prod.s3.ca-central-1.amazonaws.com/uploads/asset/file/...

Last updated

Was this helpful?