cURL
curl --request GET \ --url https://api.papercuts.ai/v1/facebook/groups/search \ --header 'Authorization: Bearer <token>' \ --header 'X-User-Token: <api-key>'
{ "groups": [ { "name": "<string>", "numMembers": "<string>", "postsPerDay": "<string>", "privacy": "<string>", "url": "<string>", "id": "<string>" } ], "status": "ok" }
Search for groups
Your Papercuts API Key
User Token received while integrating end user accounts
The search query to find groups
The maximum number of groups to return
Groups found successfully
The response is of type object.
object