Errors
The YourNextHome API returns conventional HTTP status codes. The body of an error
response is a JSON object with statusCode, message, and error fields.
Status codes you should handle
Idempotency
Endpoints that create resources accept an Idempotency-Key header. Pass a unique
key per logical operation (e.g. a UUID generated by your client) so safely retrying
after network errors does not produce duplicate records.