manage
Retrieve the latest terms of service for API usage.
get/manage/api/terms
Response
Retrieves the latest API terms
Example response
{
"has_accepted_terms": true,
"api_terms": {
"terms_url": "terms_url",
"terms_id": "terms_id"
}
}Changes
Changed in 1 of the 34 revisions of this API.1
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○