Skip to main content
GET
/
user
/
contacts
/
{userToken}
List user contacts
curl --request GET \
  --url https://raas-partner-cv.nomas.cash/v1/user/contacts/{userToken} \
  --header 'api_key: <api-key>'
{
  "firstName": "Hugo",
  "lastName": "Tru",
  "phone": "+19166014999",
  "email": "javier+1@leapfinancial.com",
  "countryCode": "US",
  "alias": "Hugo"
}

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required

User identifier token.

Response

200 — OK. Contact list returned.

Scenarios for this response:

ScenarioHow to reproduceTypical code / body
List contactsValid userToken that resolves to a stored user.ContactInfo[] (may be empty).

See also Full scenario matrix.

phone
string
required

Contact phone number in E.164 form (leading +). Example: +19166020018.

firstName
string

Contact first name

lastName
string

Contact last name

email
string

Contact email

countryCode
string

Contact country code

ISO 3166-1 alpha-2.

alias
string

Contact alias

id
string

Contact ID