Skip to main content
PATCH
/
v1
/
accounts
/
{id}
/
pages
/
{pageId}
Update account page
curl --request PATCH \
  --url https://api.social-api.ai/v1/v1/accounts/{id}/pages/{pageId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_active": true,
  "is_default": true
}
'
{}

Path Parameters

id
string
required

Connected account ID

pageId
string
required

Page ID

Body

application/json

Page update

is_active
boolean
is_default
boolean

Response

OK

The response is of type object.