Create a connect link
Create a single-use link for a customer's client to connect one of their social or Google Business accounts.
{
"provider": "google_business",
"label": "string",
"maxAccounts": 1
}{
"data": {
"connectUrl": "string",
"expiresAt": "string",
"provider": "google_business",
"label": "string"
},
"summary": "string"
}curl -X POST "https://swooshrank.com/api/v1/connect/accounts" \
-H "Authorization: Bearer <your key>" \
-H "Content-Type: application/json" \
-d '{"provider":"google_business","label":"string","maxAccounts":1}'