Create or update attachments

This endpoint allows you to upload attachments to the Credit Clear platform.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

File parameter

File parameter should be used to provide an attachment that will be uploaded to the Credit Clear platform.

By default, it expects binary content without any encoding.

// other parts of the request
// --foo is used as "boundary" request parameter
--foo--
Content-Disposition: form-data; name="File"; filename="any-file-name.pdf"
Content-Type: application/pdf

// attachment content in binary format

--foo--
// other parts of the request
🚧

Attachment signature validation

Attachment must have valid signature, otherwise it will be rejected.

There is nothing special you need to do - usually each attachment already contains the required signature.

Body Params

Attachment request payload.

string | null

The brand associated with the attachment.

string | null

The portfolio associated with the attachment.

string
required
length between 1 and 150

The client reference id that uniquely identifies the attachment.

string
required
length between 1 and 150

A unique id that identifies the request payload.

file
required

The file associated with the attachment.

Responses
202

Accepted

401

Unauthorized

403

Forbidden

411

Length Required

415

Unsupported Media Type

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/problem+json