v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Export Credentials

Get GCP credentials to access experimentation events export data.

Get a temporary access token for experimentation events export data hosted on GCP. The credentials are valid for one hour.

get/export/credentials/gcp

Response

Return GCP credentials

tokenstring

GCP access token. Valid for one hour.

uristring

URI of the GCS bucket for the account

Example response

{
  "token": "ya29.c.c0AZ4bNpa9n9ekegHmKSj2LosErXyUBWboSEsjGLOmcae5XBfHovPKb0VkjHm3D1WP_4hJrRi46rnfJ7cRW5bWyfv_P8qO3bGXnGi2Xw8HYNmP2..........",
  "uri": "gs://optimizely-e3-12345"
}