Artboard
Google auth

Get Google Auth Credentials

Get Google Auth Credentials

Get the current Google credentials configuration. The service account private key is masked for security - only project_id and client_email are returned.

GET
/otto/api/google-auth/credentials

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/google-auth/credentials"
{
  "response": {},
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}