Get Purpose
GET/verification/api/1.0/purposes
Get Purpose
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Success
Schema
code integer
message string
data object
{
"code": 0,
"message": "string",
"data": {}
}
{
"code": 0,
"message": "Success",
"data": {
"total": 4,
"list": [
{
"_id": "657ab9ba7c8741f1f8bc3376",
"name": "BGV",
"createdAt": "2023-12-14T08:15:54.654Z",
"updatedAt": "2023-12-14T08:15:54.654Z"
},
{
"_id": "65a04aacf8016bfc639b5618",
"name": "Compliance",
"createdAt": "2023-12-14T08:15:54.654Z",
"updatedAt": "2023-12-14T08:15:54.654Z"
},
{
"_id": "65a04ab8f8016bfc639b5678",
"name": "Availing Service",
"createdAt": "2023-12-14T08:15:54.654Z",
"updatedAt": "2023-12-14T08:15:54.654Z"
},
{
"_id": "657ab9ac7c8741f1f8bc3372",
"name": "KYC",
"createdAt": "2023-12-14T08:15:40.349Z",
"updatedAt": "2023-12-14T08:15:40.349Z"
}
]
}
}
Loading...