v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
terms

aid_customers_terms_tid_post

Get single terms and conditions scopes:

  • admin:customers
  • read:customers
  • public:customers
get/accounts/{aid}/customers/terms/{tid}

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

tidstring uuid required

terms id

Response

Term details

idstring uuid

An UUID that uniquely identifies the resource

created_atstring date-time

The date-time when the resource was created

created_bystring

The ID of the user/client created the resource

updated_atstring date-time

The date-time when the resource was last updated

deleted_bystring

The ID of the user/client created the resource

deleted_atstring date-time
termsstring required

Example response

{
  "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
  "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
}