Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
REST APISecure TokensOverview

Secure Tokens API

The Secure Tokens API allows you to decrypt and access stored secrets and integration credentials programmatically.

These endpoints are designed for server-to-server communication and require an API Key or Service Key for authentication.

Authentication

All Secure Tokens API endpoints require API Key authentication using the x-api-key header.

curl -X POST "https://api.uncodie.com/api/secure-tokens/{id}/decrypt" \ -H "Content-Type: application/json" \ -H "x-api-key: your_api_key_here" \ -d '{ "site_id": "123e4567-e89b-12d3-a456-426614174000" }'
Last updated on