Skip to main content
GET
Get Active SMLTP Policy

Active SMLTP Policies

Retrieve the currently active SMLTP (Secure Model Language Transfer Protocol) policies for your account.

Endpoint

Description

Retrieve the currently active SMLTP policy configuration. Admin only access required.

Authentication

Required: API Key with admin privileges

Example Request

Success Response

Status Code: 200 OK

Response Fields

Example Usage

JavaScript

Python

cURL

Error Responses

401 Unauthorized

429 Too Many Requests

Use Cases

  • Policy Review: Check which policy template is currently active
  • Configuration Check: Review current policy configuration
  • Template Management: Understand which policy template is being used
  • Troubleshooting: Understand current policy settings
  • Audit Preparation: Review active policy for compliance audits

Rate Limits

  • Default: 100 requests per minute
  • Daily: 10,000 requests per day
  • Monthly: 300,000 requests per month

Notes

  • This endpoint requires admin privileges
  • Single Policy: Returns the currently active policy template and configuration
  • No Arrays: Does not return an array of policies, just the active one
  • Template ID: Shows which policy template is currently active
  • Policy Config: Returns the actual policy configuration object
  • Nested Response: Response is nested under data object

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format. Example: Authorization: Bearer sk-your-api-key-here

Response

Active SMLTP policy

success
boolean
Example:

true

data
object