Description
Returns the identity information of customer that authenticated with Isbank Login.
How it Works
Sample Request
GET {API_HOST}/api/v1/userinfo/
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID}
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Authorization: Bearer {access_token}
Content-Type: application/json
Sample Response
{
"data": {
"id_number": "19669188356"
}
}