Interactions ========= Interactions for a user ^^^^^^^^^^^^^^^^^^^^^^^ ``/selfservice/v2/$FLOCK/interactions/`` This endpoint returns a list of 'interactions' for the current user. (Interactions are likes, follows, bookmarks) .. code-block:: http http GET https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/interactions/ "Authorization: Bearer $APP_API_TOKEN" { ... }