List integrations
List the social integrations connected to a business, newest first. Use cursor for pagination.
Returns one entry per connected account (Facebook, Instagram, LinkedIn,
Twitter/X, TikTok, Pinterest, YouTube, Google Business). Use the
returned id with
GET /businesses/{business_id}/integrations/{integration_id}/posts to fetch
posts from that account.
Errors: 400 invalid_value: The business_id is not a valid UUID. 401 authentication_required: API key or token is missing, invalid, or revoked. 403 permission_denied: Your plan does not include API access, or this business is not in your org. 404 resource_not_found: No business with that ID exists. 429 rate_limit_exceeded: You sent too many requests this minute.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID identifier.
Query Parameters
Max results per page (1-100)
1 <= x <= 100Cursor from the previous page's next_cursor
