Once your RLN node is inDocumentation Index
Fetch the complete documentation index at: https://utexo-e7ed9bd0-feat-faucet-bot.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
RUNNING status, you can connect to it using one of two methods: mTLS (certificate-based) or API token (bearer authentication).
Option 1: Connect via mTLS
1. Access Node Connection Details
Navigate to the Connect page for your node:2. Obtain Connection Credentials
From the/connect page, download:
- Private Key: a
.keyfile (e.g.,privateKey.key) containing your private key - Certificate: a
.pemfile (e.g.,certificate.pem) containing your public key certificate - Endpoint URL: formatted as
https://{userId}.thunderstack.org/nodes/{userId}/{nodeId}/
3. Make a Request
Use the downloaded credentials withcurl:
/connect page.
Option 2: Connect via API Token
API token authentication is simpler to use for programmatic integrations.CLOUD_API_TOKEN, see Create API Token.
Both mTLS and API token authentication give equivalent access to the node’s REST API. mTLS is preferred in production environments where certificate-based trust is required.