Connect API Catalog///
- API Documentation
Creditsafe Connect
- Add An Attachment To The Given Profile
Update Profile By Profile Id
Return List Of Attachments On The Given Profile
Return A Profile Attachment By Profile And Attachment Id
Update Profile Attachment By Profile And Attachment Id
Delete Attachment By Profile And Attachment Id
Download Profile Attachment By Profile And Attachment Id
Create Profile Note
Return Profile Notes
Return Profile Notes By Note Id
Update Profile Note By Note Id
Delete Profile Note By Note Id
Add An Attachment To The...
Adds an attachment to a profile. Returns the details of the added attachment.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/attachments
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/attachments
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/attachments' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F File=string \
-F DocumentType=string \
-F Description=stringCreated
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "fileName": "string", "fileSizeInBytes": 0, "documentType": "string", "description": "string", "createdAt": "2019-08-24T14:15:22Z", "createdById": 0, "createdBy": "string", "modifiedAt": "2019-08-24T14:15:22Z", "modifiedById": 0, "modifiedBy": "string" }