---
title: "POST /v1/{+name}:signData"
method: POST
path: "/v1/{+name}:signData"
tags: ["customers"]
---

# POST /v1/{+name}:signData

`POST /v1/{+name}:signData`

Requests the client that initiated a certificate provisioning process to sign data. This should only be called after `ClaimCertificateProvisioningProcess` has been successfully executed.

## Path parameters

- `name` string, required

## Request body

- GoogleChromeManagementVersionsV1SignDataRequest — Request message for requesting a signature from the client that initated a certificate provisioning process.
  - `signData` string, byte — Required. The data that the client was asked to sign.
  - `signatureAlgorithm` 'SIGNATURE_ALGORITHM_UNSPECIFIED' | 'SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256' | 'SIGNATURE_ALGORITHM_ECDSA_SHA256' — Required. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/chromemanagement.md) · [All operations](https://skmtc.net/google/apis/chromemanagement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/chromemanagement/versions/a7d0faafd2a7/schema)
