GET/desk/api/v2/inboxes/{id}/gmail/login.json
Login to Gmail for an inbox. This will create the payload for the Gmail login endpoint
and redirect the user to it with the payload encoded in the URL.
Path Params
- Name
id
- Type
- integer
- required
- Description
Responses
- Code
- 302
- Description
- 302 Found No Data
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
400 Bad Request
Validator
{
"Errors": {}
}