Documents
POST /documents
GET /documents/:id
GET /documents
DELETE /documents/:idThe document object
document object{
"id": "e9cbc096-bb79-438b-93ac-7c15dfdb1274",
"identityId": "971c3241-9876-471e-b0b3-40040893efd0",
"status": "pending",
"label": "identity card",
"description": "identity card of jonh smith",
"extension": ".png",
"fileUrl": "https://pmint-custodial-api-tst-identity-docs.s3.amazonaws.com/97/1c/32/41/LaDRHrVEScopeYBT.png",
"documentType": "IdentityCard",
"documentSide": "FrontSide",
"createdAt": "2021-02-17T14:03:51.974Z",
"updatedAt": "2021-02-17T14:03:51.974Z",
"deletedAt": null
}POST /documents
Request Body
Name
Type
Description
Example Call
GET /documents/:id
Path Parameters
Name
Type
Description
Example Call
GET /documents
Example Call
DELETE /documents/:id
Path Parameters
Name
Type
Description
Last updated