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

Supported Formats

json

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

Retrieves a list of press releases 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

includes
optional

Include attachments. To include featured images use: featured_images.

Validations:

  • Must be a String

order
optional

Comma seperated list of attributes to orders results by (e.g. id desc, release_date asc)

Validations:

  • Must be a String

language
optional

Comma separated list of locales for which to return press releases

Validations:

  • Must be a String

country_code
optional

Country to display releases from if there is multicountry support

Validations:

  • Must be a String


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

Retrieve a specific press release

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

includes
optional

Include attachments. To include featured images use: featured_images.

Validations:

  • Must be a String

id
required

Press release id

Validations:

  • Must be a String