Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the file to get details
Response
Successful operation
curl --request GET \
--url https://api.helpyousponsor.com/v1/file/{id} \
--header 'Authorization: Bearer <token>'
{
"file": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the file to get details
Successful operation
curl --request GET \
--url https://api.helpyousponsor.com/v1/file/{id} \
--header 'Authorization: Bearer <token>'
{
"file": {}
}