GET
/
v1
/
files
/
{file_id}
// GET https://api.signatureapi.com/v1/files/{file_id}
// X-API-Key: key_test_...
{
  "id": "fil_0nZXZ8pYPByQ4XksJbDl4r",
  "expires_at": "2025-12-31T20:00:00.000Z"
}

Path Parameters

file_id
string
required

The unique identifier of a file.

Returns

Returns a 200 OK status code along with a file object if successful, or an error otherwise.

// GET https://api.signatureapi.com/v1/files/{file_id}
// X-API-Key: key_test_...
{
  "id": "fil_0nZXZ8pYPByQ4XksJbDl4r",
  "expires_at": "2025-12-31T20:00:00.000Z"
}

Was this page helpful?