Skip to content
SynupAPI
Get an API key
GETapi.synup.com/api/v4/locations/{locationId}/bulk-posts

Fetch bulk posts for a location

Requires an API key. Send it as Authorization: API <your-key> — see Getting started.

Parameters

Path

NameTypeRequiredDescription
locationIdstringrequired

Query

NameTypeRequiredDescription
pagestringrequired
perPagestringrequired
tagstringoptional

Request

Request
curl -X GET 'https://api.synup.com/api/v4/locations/:locationId/bulk-posts?page=&perPage=&tag=' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Responses

StatusDescription
200
Example response (generated from the schema)
{}