Skip to main content
GET
/
user
/
operations
/
frequent
/
{userToken}
/
{limit}
Get frequent contacts
curl --request GET \
  --url https://raas-partner-cv.nomas.cash/v1/user/operations/frequent/{userToken}/{limit} \
  --header 'api_key: <api-key>'
[
  {
    "phone": "+19163015400",
    "firstName": "Jose",
    "lastName": "Llontop",
    "countryCode": "US"
  }
]

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required

Requester user token.

limit
number<double>
required

Top N contacts to return.

Response

200 — OK. Frequent contacts.

Scenarios for this response (keep in sync with testing-sandbox.mdx):

ScenarioHow to reproduceTypical code / body
Top NValid userToken and numeric limit within policy bounds.ContactInfo[]

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