Get Google Service Account API

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

Get SA Account

GET https://demo.backend.telm.ai/{tenant}/configuration/service_account

This endpoint returns the service account

Path Parameters

NameTypeDescription

tenant*

string

Tenant Id

Headers

NameTypeDescription

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