Request
Body Params application/json
{
"page_id": "493302280525130",
"is_subscribe": true,
"setting_post": "only_me",
"setting_chat": "only_me"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/facebook/page/subscribe/' \
--header 'X-Auth-User-Id: 4ae433db-30e9-11ee-ab3f-005056a30eb5' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_id": "493302280525130",
"is_subscribe": true,
"setting_post": "only_me",
"setting_chat": "only_me"
}'
Responses
application/json Modified at 2025-03-17 04:33:07