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

Headers

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

Last updated