Spaces:
Sleeping
Sleeping
| meta { | |
| name: Get File | |
| type: http | |
| seq: 2 | |
| } | |
| get { | |
| url: {{base_url}}/api/v1/files/:id | |
| auth: inherit | |
| } | |
| params:path { | |
| id: {{file_id}} | |
| } | |
| headers { | |
| Authorization: Bearer {{access_token}} | |
| } | |
| settings { | |
| encodeUrl: true | |
| } | |
| docs { | |
| Get file by ID | |
| } | |