Signing the Privacy Agreement
Function
This API is used to agree to the privacy agreement.
Calling Method
For details, see Calling APIs.
URI
POST /v3/privacy-agreements
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | Yes | String | User token. The token can be obtained by calling the IAM API for obtaining a user token. The value of X-Subject-Token in the response header is the user token. |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
- | String | Request succeeded. |
Example Requests
This example signs the privacy agreement.
POST https://{endpoint}/v3/privacy-agreements Example Responses
Status code: 200
Request succeeded.
""
Status Codes
Status Code | Description |
|---|---|
200 | Request succeeded. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

