cURL
curl --request GET \ --url https://api.veryfront.com/oauth/status/{integration} \ --header 'Authorization: Bearer <token>'
{ "connected": true, "integration": "<string>" }
Returns OAuth connection status for an integration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
255
Connection status