Newsroom API Documentation
Everything you need to integrate PR.co into your website or app.

Supported Formats

json

GET /v1/pressrooms/:pressroom_id/pages.json

Retrieves a list of pages for a specific pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

past
optional

Whether or not to return existing pages

Validations:

  • Must be one of: true, false, 1, 0.


GET /v1/pressrooms/:pressroom_id/pages/:id.json

Retrieve a specific page for a pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

id
required

Page id or slug

Validations:

  • Must be a String