Skip to main content
Files in Credentials Portal are attached to individual people. They are stored securely and served through authenticated proxy routes.

List all district files

Returns metadata for all files uploaded in your district. Example:
Response:

Upload a file

Uploads a file to the district’s storage and associates it with a person. Form data: Example:
Response:

Upload a file for a specific person

Equivalent to the upload endpoint above, scoped to a specific person.

Update file metadata

Update a file’s name or reassign it to a different person. Request body:
string
New display name for the file.
string
Reassign the file to a different person.

Delete a file

Permanently deletes the file from storage. Example:
Response:

Access file content

Files are served via an authenticated proxy route:
The url field returned in file responses points to this route. Include your session token or API key to access protected files.
File URLs are not publicly accessible. All requests to file URLs must include a valid Authorization header.