Social Accounts

Get social accounts

Get a paginated result for social accounts based on the applied filters

get/v1/social-accounts

Query parameters

offsetnumber

Number of items to skip

limitnumber

Number of items to return

platformstring[]

Filter by platform(s). Multiple values imply OR logic (e.g., ?platform=twitter&platform=instagram).

usernamestring[]

Filter by username(s). Multiple values imply OR logic (e.g., ?username=test&username=test2).

Response

Paginated data set for social accounts.

Example response

{
  "meta": {
    "next": "https://api.post-bridge.com/v1/items?offset=10&limit=10"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.