POST
/
v1
/
facebook
/
groups
/
{groupId}
/
join
curl --request POST \
  --url https://api.papercuts.ai/v1/facebook/groups/{groupId}/join \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-Token: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Your Papercuts API Key

X-User-Token
string
header
required

User Token received while integrating end user accounts

Path Parameters

groupId
string
required

The ID of the Facebook group

Response

200
application/json
Group joined successfully
status
enum<string>
Available options:
ok,
error