API DocumentationManufacturer thread file controller

Download a thread file

GET
/api/manufacturer/v1/thread-file/{fileId}

Downloads a file attached to a thread by its ID

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

fileId*string

ID of the file to download

Response Body

application/octet-stream

application/json

application/json

curl -X GET "https://example.com/api/manufacturer/v1/thread-file/550e8400-e29b-41d4-a716-446655440000"
Empty
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}