GET
/
file
/
{id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/file/{id} \
  --header 'Authorization: Bearer <token>'
{
  "file": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the file to get details

Response

200
application/json
Successful operation
file
object