Skip to main content
POST
/
api
/
v2.1
/
fincard
/
virtual
/
common
/
file
/
upload
Upload File
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/common/file/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Forwarded-From: <x-forwarded-from>' \
  --form 'category=<string>' \
  --form file='@example-file' \
  --form 'fileName=<string>'

Headers

User-Agent
string

User agent

X-Forwarded-For
string

Forwarded for

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

X-Tenant-ID
string

Tenant ID

deviceId
string

Device ID

platform
string

Platform

Body

multipart/form-data
category
string
file
file
fileName
string

Response

File uploaded successfully