Skip to main content

Interactive API Sandbox

Test the Optropic Trust API directly from your browser. Enter a test API key (optr_test_*) and explore endpoints interactively.

Sandbox Mode Only

This sandbox only accepts test API keys (optr_test_*). Live keys are rejected client-side to prevent accidental production calls. All data created in sandbox mode is isolated and can be deleted at any time.

API Key
GET/v1/assets

Retrieve a paginated list of assets in your account.

Parameters
Page
Per Page
Status
cURL equivalent
curl -X GET \ 'https://api.optropic.com/v1/assets?page=1&per_page=10' \ -H 'x-api-key: optr_test_YOUR_KEY'