Check credential - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/client/credential/check
Credential
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/credential/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"credentials": [
"+4787654321",
"kari.nordmann@gmail.com"
]
}'
Response Response Example
200 - Success
{
"credentials": [
{
"credential": "+4787654321",
"credentialType": "B",
"canLogIn": true,
"hasCustomerNumber": true
},
{
"credential": "kari.nordmann@gmail.com",
"credentialType": "A",
"canLogIn": true,
"hasCustomerNumber": true
}
]
}
Request
Body Params application/json