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
Name | Type | Description |
---|---|---|
tenant* | string | Tenant Id |
Headers
Name | Type | Description |
---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer <access_token from authentication api> |
Last updated