The API should be implemented on the partner’s side. The maximum number of friends is 2000. See the recipe.
Return to indicate successful processing.
Return in case of an error in the provided information (e.g., a required parameter missing, failed authorization, etc.).
Return to indicate temporary errors with your servers.
curl -v 'https://your.webhook.url?notification_type=friends_list&user=user_id&query=frien&offset=10&limit=20&sign=12dfg3f5gdsf4g5s6dfg2sdg1' \ -X GET \ -u merchant_id:merchant_api_key
{- "error": {
- "code": "INVALID_USER",
- "message": "Invalid user"
}
}