PoliscopePoliscope
APIReferenzFiles

/files/{id}

GET
/files/{id}

Get file metadata by ID

AuthorizationBearer <token>

API key as Bearer token

In: header

Path Parameters

id*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.poliscope.de/v2/files/string"
{
  "data": {
    "id": "string",
    "fileName": "string",
    "mimeType": "string",
    "downloadUrl": "string"
  },
  "meta": {}
}
{
  "error": "BAD_REQUEST",
  "message": "string"
}
{
  "error": "BAD_REQUEST",
  "message": "string"
}
{
  "error": "BAD_REQUEST",
  "message": "string"
}