Python
Data Views
Get service account credentials
Retrieves the credentials (private key) for a service account.
GET
Python
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the service account to retrieve credentials for.
Response
Service account credentials
The credentials for a service account.
The object type, which is always service_account_credentials.
Available options:
service_account_credentials The private key for the service account in JSON format.
The type of service account credentials, currently only gcp is supported.
Available options:
gcp