Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Credential check
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "credentials": [
- "+4787654321",
- "kari.nordmann@gmail.com"
]
}
{- "credentials": [
- {
- "credential": "+4787654321",
- "credentialType": "B",
- "canLogIn": true,
- "hasCustomerNumber": true
}, - {
- "credential": "kari.nordmann@gmail.com",
- "credentialType": "A",
- "canLogIn": true,
- "hasCustomerNumber": true
}
]
}