Retrieve Group Service Account
Returns Fivetran service account associated with the group.
Request schema
Path parameters
groupId
stringrequired
The unique identifier for the group within the Fivetran system.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
GET
https://api.fivetran.com/v1/groups/group_id/service-account
GET /v1/groups/group_id/service-account HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
Successful response schema
code
stringrequired
Response status code
example:
message
string
Response status text
example:
data
objectrequired
service_account
stringrequired
example:
{
"code": "Success",
"message": "Operation performed.",
"data": {
"service_account": "service_account"
}
}