---
title: "Create Google Service Credential"
method: POST
path: "/organizations/{org-slug}/google-service-credentials"
tags: ["google-service-credentials"]
---

# Create Google Service Credential

`POST /organizations/{org-slug}/google-service-credentials`

Creates a new Google Service Credential with the given data.

## Path parameters

- `org-slug` string, required

## Request body

- V0OrganizationGoogleServiceCredetialCreateParams
  - `credentials` string
  - `name` string

## Response `200`

OK

- V0OrganizationGoogleServiceCredetialCreateResponse
  - `data` V0OrganizationGoogleServiceCredetialCreateResponseItem
    - `created_at` string
    - `id` string
    - `name` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/revisions/89468e4a014b/schema)
