Get Terms Of Service

Get Terms Of Service

Queries for the terms of service of a given org.

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/tos
COPY
Path Parameters
string
org
Required

Organization identifier

Query Parameters
string
termsId
Required

The terms of service reference ID to check on.


Authentication
This operation uses the following authentication methods.
Responses
200

Returns the status.

Returns TermsOfServiceResult of type(s) application/json
{
    "terms_id": "string",
    "signed": false
}
string
terms_id
Optional

The terms of service ID requested.

boolean
signed
Optional

Whether or not the terms requested have been signed.


403

Forbidden

Operation doesn't return any data structure