Register customer - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/client/extid/customer
External Identity
externalId
with customerNumber
in Connect.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/extid/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "59cb6372-d3db-11e5-ab30-625662870761",
"credentialType": "D",
"customerNumber": 327492
}'
Response Response Example
200 - Success
{
"credential": "AID:59cb6372-d3db-11e5-ab30-625662870761",
"externalId": "59cb6372-d3db-11e5-ab30-625662870761",
"credentialType": "D",
"canLogin": false,
"uniqueId": "681b86aac2cf44ecb13eeb48cb3a7b7d",
"enabled": false,
"newUser": true,
"extidCode": "eyJhbGciOiJIUzUxMiJ9.....eyJjdCI6IkRfQ"
}
Request
Body Params application/json
Responses
Modified at 2025-05-08 08:11:37