Skip to main content

Verify CIN

POST 

https://api.trential.dev/verification/api/1.0/verifications/cin

Verify CIN

Request

Body

    cin string

Responses

OK

Schema
    code integer
    message string
    data object

Authorization: x-api-key

name: x-api-keytype: apiKeyin: header
curl -L -X POST 'https://api.trential.dev/verification/api/1.0/verifications/cin' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
"cin": "U72900KA2020PTC123456"
}'
Request Collapse all
Base URL
https://api.trential.dev
Auth
Body
{
  "cin": "U72900KA2020PTC123456"
}
ResponseClear

Click the Send API Request button above and see the response here!