cURL
curl --request GET \ --url https://raas-partner-cv.nomas.cash/v1/user/contacts/{userToken} \ --header 'api_key: <api-key>'
[ { "phone": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "countryCode": "<string>", "alias": "<string>", "id": "<string>" } ]
Retrieves all contacts stored for a user by their ID.
Array of contact info.