Skip to content
SynupAPI
Get an API key

Posts

7 endpoints, using GET, POST, DELETE.

MethodEndpointPath
GETFetch a bulk post by ID/bulk-posts/{bulkPostId}
GETFetch bulk posts for a location/locations/{locationId}/bulk-posts
GETFetch posts for a location/locations/{locationId}/posts
GETGet a single post/posts/{postId}
POSTCreate a bulk post/bulk-posts
POSTCreate a post/posts
DELETEDelete a post/posts/{postId}