Legal terms
Legal terms in API v3: list legal terms, create a legal term, retrieve a legal term, update a legal term, list legal term acceptances, retrieve a legal term acceptance, list a user's legal term acceptances.
7 operations.
| Operation | Summary |
|---|---|
GET /legal-terms | List legal terms |
POST /legal-terms | Create a legal term |
GET /legal-terms/{legal_term_id} | Retrieve a legal term |
PATCH /legal-terms/{legal_term_id} | Update a legal term |
GET /legal-terms/{legal_term_id}/acceptances | List legal term acceptances |
GET /legal-terms/{legal_term_id}/acceptances/{term_acceptance_id} | Retrieve a legal term acceptance |
GET /users/{user_id}/term-acceptances | List a user's legal term acceptances |
FAQs
Previous Page
List legal terms GET
Lists the configured legal terms: at most one for the platform and one per product. The collection can be filtered by scope and product. The term body is not included in the collection; use the retrieve operation to obtain it. When the credentials are restricted to specific legal terms, only those terms are returned. Returns all matching legal terms in a single response while preserving the standard collection response format.