Create and manage programmatic access.
CALL fb_GENERATESERVICEACCOUNTKEY
command in the previous code example returns both the service account ID and secret. Once you retrieve this secret, you cannot retrieve it again later.
alex
, and associates it with a service account by its service_account_name
.
For more information, see Manage users.
service_account_id
and service_account_secret
.
The following is an example response to the REST API request:
Response:
access_token
is a unique token that authorizes your API requests that acts as a temporary key to access resources or perform actions. You can use this token to authenticate with Firebolt’s platform until it expires.token_type
is Bearer
, which means that the access token must be included in an authorization header of your API requests using the format: Authorization: Bearer <access_token>
.expires_in
indicates the number of seconds until the token expires.access_token
to authenticate with Firebolt.