latestOpenAPI 3.0.22026-08-19125272497.5 KB

73707bc35f34

manage

Retrieve the latest terms of service for API usage.

get/manage/api/terms

Response

Retrieves the latest API terms

has_accepted_termsboolean required

Whether the requesting user has accepted the latest API terms.

Example response

{
  "has_accepted_terms": true,
  "api_terms": {
    "terms_url": "terms_url",
    "terms_id": "terms_id"
  }
}