Get Google Service Account API

Tenant Id can be retrieved from the UI as listed here.

Get SA Account

GET https://env1.telm.ai/api/backend/internal/configuration/tenants/{tenant}/configuration/service_account

This endpoint returns the service account

Path Parameters

Name
Type
Description

tenant*

string

Tenant Id

Headers

Name
Type
Description

Content-type

string

application/json

Authentication*

string

Bearer <access_token from authentication api>

{
    "tenant_service_account": {
        "name": "<name>",
        "email": "<service-account>"
    },
    "cloud_transfer_service_account": "<name>"
}

Last updated