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