cropped-cropped-cropped-cropped-cropped-activitylist-blue-1.png

View mutual interest with other user

This API endpoint fetches the common interests of other_user_id and the logged in user identified by Bearer Token passed as a authorization token.

Url

/api/v1/user/:other_user_id/mutual_interests

Method

GET

Authorization

Bearer

Response 200

{
    "data": [
        {
            "activity": {
                "description": "Carnivals are festive events that are often celebrated in many parts of the world. They typically involve parades, music, dance, food, and games, and are often held before the start of Lent in the Christian calendar. Carnivals have a long history, and are believed to have originated in Italy in the 15th century. Today, carnivals are celebrated in many countries, with some of the most famous being the Rio Carnival in Brazil, the Mardi Gras in New Orleans, and the Venice Carnival in Italy. Carnivals provide an opportunity for people to come together and celebrate with their communities, and are often associated with a spirit of fun, creativity, and revelry.",
                "id": 2,
                "name": "Carnivals",
                "pexel_images": [],
                "video": "https://www.youtube.com/watch?v=2FFTANc4BNE"
            },
            "frequency": 5,
            "like": 5,
            "social": 2,
            "user_id": 2
        },
        {
            "activity": {
                "description": "Carnivals are festive events that are often celebrated in many parts of the world. They typically involve parades, music, dance, food, and games, and are often held before the start of Lent in the Christian calendar. Carnivals have a long history, and are believed to have originated in Italy in the 15th century. Today, carnivals are celebrated in many countries, with some of the most famous being the Rio Carnival in Brazil, the Mardi Gras in New Orleans, and the Venice Carnival in Italy. Carnivals provide an opportunity for people to come together and celebrate with their communities, and are often associated with a spirit of fun, creativity, and revelry.",
                "id": 2,
                "name": "Carnivals",
                "pexel_images": [],
                "video": "https://www.youtube.com/watch?v=2FFTANc4BNE"
            },
            "frequency": 5,
            "like": 5,
            "social": 2,
            "user_id": 3
        }
    ],
    "message": null,
    "status": "success",
    "total": 6
}