cURL
curl --request POST \ --url https://api.veryfront.com/integrations/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integrations": {} } '
{ "synced": 123 }
Syncs integration configuration for the current project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Config synced successfully
Number of integrations synced