v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
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"
  }
}