Skip to main content
GET
/
orders
/
terms_and_conditions
Get terms and conditions
curl --request GET \
  --url https://api.example.com/orders/terms_and_conditions \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "content": {},
  "related_services": [
    "<string>"
  ],
  "version": "<string>",
  "enable": true,
  "expiration": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

service
string | null
id
integer | null
enable
boolean | null

Response

Successful Response

id
integer
required
created_at
string<date-time>
required
content
Content · object
required
version
string
required
enable
boolean
required
expiration
integer
required