Get a single deal folder file slot (chat-popup lookup)
Returns the full deal-folder payload narrowed to a single file slot — same response shape as POST /deal-folder/athlete-job-details, but the milestones[] array is filtered to the milestone owning this file, and that milestone’s files[] is filtered to just this one file. Designed for the chat popup which only needs one file’s context. Accessible by athlete, brand, or agent (same authorisation as the rest of /deal-folder/*).
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
DealFolderFile ID (slot ID).
5
Response
Single-file deal folder payload — same shape as POST /deal-folder/athlete-job-details (see that endpoint's 200 schema for the full structure).