tos

Read a ToS by its ID (public)

Fetch a specific ToS entry by its primary key.

get/v1/tos/{tos_id}

Path parameters

tos_idinteger required

Response

Successful Response

idinteger required
namestring required
effective_datestring date-time required

Timezone-naive datetime. Do not include 'Z' or timezone offset.

linkstring required
versioninteger required

Example response

{
  "effective_date": "2025-06-18T12:18:36.224"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.