Spaces:
Sleeping
Sleeping
File size: 258 Bytes
e6440b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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
}
|