The user needs to be logged in to use this endpoint, click here to read more.
Profile API for extracting basic information about the useraccount.
OK
Bad Request
Too Many Requests
Internal Server Error
{- "uniqueId": "6ba7b8149dad11d180b400c04fd430c8",
- "loginCredential": {
- "credential": "ola.nordmann@hotmail.no",
- "credentialType": "email",
- "verificationLevel": "verificationCode"
}, - "userCredentials": [
- {
- "credential": "ola.nordmann@hotmail.no",
- "credentialType": "email",
- "verificationLevel": "verificationCode"
}, - {
- "credential": "+4723339100",
- "credentialType": "phone",
- "verificationLevel": "verificationCode"
}
], - "name": {
- "firstName": "Ola",
- "lastName": "Nordmann"
}, - "phoneNumbers": [
- {
- "phoneNumber": "+4723339100",
- "phoneNumberType": "company"
}, - {
- "phoneNumber": "+4712345678",
- "phoneNumberType": "personal"
}
], - "emails": [
- "ola.nordmann@hotmail.no",
- "ola.nordmann@company.com"
], - "externalSources": [
- "Vipps"
]
}
The user needs to be logged in to use this endpoint, click here to read more.
Profile API for extracting basic information about the useraccount from external sources.
OK
Array of objects Wrapper for a list of all the user's external profiles. |
Bad Request
Too Many Requests
Internal Server Error
{- "externalProfileList": [
- {
- "source": "Vipps",
- "info": {
- "birthDate": 917823600000,
- "name": {
- "firstName": "Ola",
- "lastName": "Nordmann"
}, - "phoneNumbers": [
- "+4748060317"
], - "emails": [
- "ola.nordmann@hotmail.no"
], - "addresses": [
- {
- "addressType": "work",
- "streetAddress": "Grubbegata 6",
- "postalCode": 179,
- "postalPlace": "Oslo",
- "countryCode": "NO"
}, - {
- "addressType": "home",
- "streetAddress": "Postboks 6300, ETTERSTAD",
- "postalCode": "0603",
- "postalPlace": "Oslo",
- "countryCode": "NO"
}, - {
- "addressType": "other",
- "streetAddress": "Møllergata 3",
- "postalCode": 179,
- "postalPlace": "Oslo",
- "countryCode": "NO"
}
]
}
}
]
}