v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Info

Get list of identification types and their codes.

get/v0.2.4/info/identification-types

Response

Success.

statusstring

Status of the request.

messagestring

Success message.

Example response

{
  "status": "success",
  "message": "Identification types retrieved successfully",
  "data": [
    {
      "type": "International Passport",
      "code": "01"
    }
  ]
}