Troubleshooting
403 response on GET /sites
The brandRef must be provided in the querystring.
PUT requests not updating the resource
Check that the parameters are in the request body as JSON or URL encoded with the appropriate Content-Type
header.
OAuth: Previously working call results in a 401 when parameters are provided in the request body
Requests sending URL encoded data in the request body with the application/x-www-form-urlencoded
Content-Type
header must also sign these, per the OAuth 1.0 spec.