Skip to content

Mailbox API

Gmail proxy — NOT YET AVAILABLE

Deprecated
GET
/google/v1/{path}
curl --request GET \
--url https://api.customers.ac/api/mailbox/v1alpha1/google/v1/example \
--header 'Authorization: Bearer <token>'

Not yet available. Reserved for a Gmail equivalent of the /azure surface.

Unlike the Events paths, this one is routed and deliberately answers 501 so client code can distinguish “not supported yet” from “wrong URL”.

path
required
string

Google Workspace mailboxes are not available through the Mailbox API yet.

Media typeapplication/json
OData error

Microsoft’s error shape, used on the /azure and /google surfaces so Graph SDKs deserialise failures as ordinary errors.

object
error
required
object
code
required

Microsoft’s error code for the status.

string
Allowed values: BadRequest InvalidAuthenticationToken ErrorAccessDenied ResourceNotFound RequestNotSupported RequestEntityTooLarge TooManyRequests UnknownError NotImplemented ServiceUnavailable Timeout
message
required
string
innerError
object
request-id

Correlation id for this request. Quote it in support requests.

string
date
string format: date-time
Example
{
"error": {
"code": "BadRequest"
}
}