Content API Suddenly Not Returning Results By Label

As of Wednesday, our REST API calls to get data out of confluence are no longer working.
Trying this morning, I’m getting a mix of nothing returned (0 bytes), empty results (), and once it actually worked.

Here is the URL we’re using:
https://punchmark.atlassian.net/wiki/rest/api/content/search?cql=type=page%20AND%20space=PUNCHMARK%20AND%20label=“store_hours”

This API powers our knowledge base links from all of our admin pages across 500 websites. Please help!

1 Like

It seems the Atlassian APIs understandably no longer support HTTP/1.0. We fixed this by upgrading from the default protocol used in PHP’s file_get_contents() function.

Hi @bryan1 ,

Thanks for confirming you have resolved your issue.

Regards,
Dugald