Get lead file by ID

Retrieve a specific lead file by its id.

When to use. Look up a single lead file when you already know its id. To list every lead file, use GET /lead-files.

Parameters. id (path, required) is the id of the lead file to retrieve. You can also filter, order, limit and select fields by any response field. See Core API Concepts.

Returns. { "lead_files": [ ... ] }, where each entry has id, name and created_at.

Example. GET /api/lead-files/id/5

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Lead File ID.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json