I'm trying to call Users.messages: get
api using POSTMAN:
Request type : GET
Request : https://www.googleapis.com/gmail/v1/users/<my-email>/messages/<id>?key=<API-KEY>
Authorization : Bearer-token : <access_token received on successful login using Google>
What is the value of id
?
What else is required to be added ?
Why does this return this error?
400. That’s an error. Your client has issued a malformed or illegal request. That’s all we know.