Flow Interaction Template Service

Service is running

Serving Flow interaction templates via REST API

CORS Configuration

This service is configured to handle cross-origin requests from web applications.

Allowed Origins: All origins (*)

Credentials: Allowed

Status: Anyone can call this service from any web application

Available Endpoints

GET
/v1/templates?name={template_name}
Get template by name
GET
/v1/templates/{template_id}
Get template by ID
GET
/v1/templates/manifest
Get template manifest with all available templates
POST
/v1/templates/search
Search template by Cadence code (requires cadence_base64 and network in body)
GET
/v1/auditors?network={network}
Get auditors by network (mainnet/testnet)