79323269

Date: 2025-01-02 09:22:03
Score: 0.5
Natty:
Report link

Hopes this helps, this is how i integrated it in my system and it works.

const options = {
    method: 'GET',
    url: `${this.nylasHost}/grants/${this.grantId}/messages?in=UNREAD`,
    headers: { authorization: this.authHeader }
};

...make the request...

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: itay_alon