Hi everyone,
I'm using the HubSpot API to record a subscriber state change by contact email via
this endpoint. While making these requests, I sometimes receive a
202 Accepted response instead of a
200 OK, particularly when moving a registration to a
CANCELED state.
I’d like to understand if a
202 response has any specific implications I should be aware of. Does it indicate that the state change is still being processed, or can I assume that the update was successfully applied?
thanks in advance for your insights!