RelayAPI

Force sync all connected accounts to pull in external posts

POST
/v1/accounts/sync
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_*)

In: header

Query Parameters

workspace_id?string

Optional workspace filter

Response Body

application/json

curl -X POST "https://api.relayapi.dev/v1/accounts/sync"
{
  "enqueued_count": 0
}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo