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

Create a new resource. Requires can_view_workspace permission on the workspace.

Authorizations
AuthorizationstringRequired

Organization API token (tot_) — preferred authentication method. Pass the token directly without Bearer prefix.

Header parameters
AuthorizationstringRequired

Organization token (tot_) — preferred method, or legacy Bearer JWT token. Pass the tot_ token directly without Bearer prefix; use Bearer <jwt> for legacy JWT auth.

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

Retrieve a specific resource. Requires can_view_workspace permission on the workspace.

Authorizations
AuthorizationstringRequired

Organization API token (tot_) — preferred authentication method. Pass the token directly without Bearer prefix.

Path parameters
resourceIdstringRequired

Unique identifier of the resource to retrieve

Header parameters
AuthorizationstringRequired

Organization token (tot_) — preferred method, or legacy Bearer JWT token. Pass the tot_ token directly without Bearer prefix; use Bearer <jwt> for legacy JWT auth.

Example: Bearer eyJhbGciOiJub25lIn0.eyJ3b3Jrc3BhY2VJZCI6IjZjNWM5N2I5LTNkMDQtNDc3Zi1iZmI2LWE1YzdhMjdiNzkyOSIsICJpYXQiOjE3NTY3Mzc5MzIsICJleHAiOjE3NTY3NDE1MzIsICJjdXN0b206dGVhbUlkIjoiMGE4OTM2ZWItOWE5Ni00MjljLWFiMjAtNWQwOTAyNGVmMmEwIn0.
Responses
chevron-right
200

200

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

Last updated