Skip to main content
SHARE Protocol API

What is the SHARE Protocol API?

SHARE Protocol API helps you offer flexible revenue sharing to your products and experiences. It’s built for creators, businesses and developers.

Core Features

Quick Start

Please contact us for a sandbox API key.

1. API Endpoint

All requests go to:
POST https://share-ddn.formless.xyz/v1

2. Authentication

Include your JWT token in every request:
Authorization: Bearer <your-jwt-token>

3. Request Format

SHARE Protocol uses JSON-RPC 2.0:
{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "method_name",
  "params": {
    // your parameters here
  }
}

Need Help?

Visit formless.xyz to learn more about Formless.
I