Profile

List user profile

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.

SecurityAuthorization_Code
Responses
200

OK

Response Schema: application/json
uniqueId
string

A unique ID for this user which will never change

object

Wrapper for the credential the user is currently logged in with

Array of objects

Wrapper for a list of all the user's credentials

object (Name)
Array of objects (Phone Number)
emails
Array of strings <email>

Email address (each address has a limit of maximum 255 character)

externalSources
Array of strings

Available profile data from external sources, possible values:

  • Facebook
  • Google
  • Vipps
  • Apple
Items Enum: "Facebook" "Google" "Vipps" "Apple"
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/user/profile
Request samples
Response samples
application/json
{
  • "uniqueId": "6ba7b8149dad11d180b400c04fd430c8",
  • "loginCredential": {
    },
  • "userCredentials": [
    ],
  • "name": {
    },
  • "phoneNumbers": [
    ],
  • "emails": [
    ],
  • "externalSources": [
    ]
}

List external user profiles

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.

SecurityAuthorization_Code
Responses
200

OK

Response Schema: application/json
Array of objects

Wrapper for a list of all the user's external profiles.

400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/user/profile/external
Request samples
Response samples
application/json
{
  • "externalProfileList": [
    ]
}