Trying to send a proactive web message to a returning guest using the Guest API. I have the guestId from the previous session but keep hitting a 403.
- Endpoint: POST /api/v2/guests/{guestId}/messages
- Header: Authorization: Bearer {token}
- Payload: {“content”: “Hi there”}
Is there a specific scope missing or a session validity check I’m overlooking?