diff --git a/harvest.html b/harvest.html index da2c34004f4..c53a85a3cd5 100644 --- a/harvest.html +++ b/harvest.html @@ -245,13 +245,17 @@

Errors

Error CodeMeaning -401Unauthorized – Invalid Harvest API key. Check to make sure you’re passing it in via the Authorization header (Basic Auth) +401Unauthorized – Ensure you’re using a valid Harvest API key with the correct permissions in the Authorization header (Basic Auth). -403Forbidden – You do not have access to that record. +403Forbidden – You don’t have access to that record. -404Not Found – Resource not found +404Not Found – Resource not found. -500Server Error – We had a problem with our server. Try again later or contact us: support@greenhouse.io +422Not processed – We’re not able to process your request. Validate your parameters. + +429Rate limit exceeded – You’re being (throttled)[https://developers.greenhouse.io/harvest.html#throttling] for exceeding our rate limit. + +500Server error – We’re having a problem with our server. Give us a few minutes and try again, or check (our status page)[https://status.greenhouse.io/]

Harvest Change Log

@@ -263,6 +267,8 @@

Harvest Change Log

DateDescription +Nov 13, 2023 11:09:00AMUpdate error status code message. + Oct 30, 2023 3:20:00PMRemoved language indicating PUT: Anonymize Candidate is restricted to Expert Tier Oct 12, 2023 2:15:00PMUpdated Throttling section to Rate limiting and updated description