GET
/v1/files/{id}
curl \
--request GET 'https://localhost/v1/files/file_xxxxxxxx'
Response examples (200)
{
"id": "file_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"companyId": "co_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"entityId": "stf_123123123123",
"name": "image.jpg",
"purpose": "profile_picture",
"url": "https://example.com/image.jpg"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}