First time user of this platform; I setup a sandbox app, generated an API key, added a grant successfully and then called, using postman, https://api.us.nylas.com/v3/grants or any other API, it keeps throwing this error. Any ideas?
{
“success”: false,
“error”: {
“type”: “invalid_request_error”,
“message”: “Could not verify access credential.”
}
}
I made sure the IDs all correct, the regions are the same.
Any help would be greatly appreciated.