Docs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequiredExample:
The customer ID of the customer
2efbaa6d-5c4a-4b01-8651-92006d53ce5ddocumentIdstring · uuidRequiredExample:
The ID for the document
e99a059b-8d9e-484c-8501-e421e7072ad9Responses
200
OK
application/json
Responseobject
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
404
Not Found
application/json
4XX
Client error
5XX
Server error
get
/v1/customers/{customerId}/docs/{documentId}Submit documentation to onboard a Customer
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired
The customer ID of the customer
Body
documentTypestring · enumRequiredPossible values:
documentFormatstring · enumRequiredPossible values:
filestring · binaryRequired
The document file to be uploaded, maximum size of 10MB
Responses
200
OK
application/json
202
Accepted
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
413
Payload too large
422
Unprocessable Entity
application/json
4XX
Client error
5XX
Server error
post
/v1/customers/{customerId}/docsResubmit documentation to onboard a Customer
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired
The customer ID of the customer
Body
documentTypestring · enumRequiredPossible values:
documentFormatstring · enumRequiredPossible values:
filestring · binaryRequired
The document file to be uploaded, maximum size of 2MB
Responses
200
OK
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
413
Payload too large
422
Unprocessable Entity
application/json
4XX
Client error
5XX
Server error
put
/v1/customers/{customerId}/docsLast updated