Resources

Resources API enables you to create and retrieve files.

The resource object representing a file hosted on TransactionLink's servers. The file may have been uploaded by yourself using the create resource request (for example, when uploading documents) or it may have been created by workflow

Create a new resource

post
/resources

Create a new resource

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AuthorizationstringRequired

Bearer token for authentication

Example: Bearer eyJhbGciOiJub25lIn0.eyJ3b3Jrc3BhY2VJZCI6IjcxNzYzNDc0LTAyMGMtNDdjZS1iMGRhLWY3NjVlYzUxNWUwOCIsICJpYXQiOjE3NTY3Mzc5MzIsICJleHAiOjE3NTY3NDE1MzIsICJjdXN0b206dGVhbUlkIjoiODhhMTQxNDAtMGIxMi00MzRiLTg0N2QtOTNhY2U3ZTU0MDIzIn0.
Content-TypestringRequired

Content type of the request - multipart/form-data

Example: multipart/form-data;charset=UTF-8
Body
fileanyRequired

The file to upload

Responses
post
/resources

Retrieve a specific resource

get
/resources/{resourceId}

Retrieve a specific resource

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resourceIdstringRequired

Unique identifier of the resource to retrieve

Header parameters
AuthorizationstringRequired

Bearer token for authentication

Example: Bearer eyJhbGciOiJub25lIn0.eyJ3b3Jrc3BhY2VJZCI6IjZjNWM5N2I5LTNkMDQtNDc3Zi1iZmI2LWE1YzdhMjdiNzkyOSIsICJpYXQiOjE3NTY3Mzc5MzIsICJleHAiOjE3NTY3NDE1MzIsICJjdXN0b206dGVhbUlkIjoiMGE4OTM2ZWItOWE5Ni00MjljLWFiMjAtNWQwOTAyNGVmMmEwIn0.
Responses
200

200

application/pdf;charset=UTF-8
Responseobject · GetResourceResponse
get
/resources/{resourceId}

Last updated

Was this helpful?