Skip to main content
Royaltyport home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API Documentation
Introduction
User Guide
API Reference
API Documentation
Introduction
Endpoints
POST
Create Contract
GET
Get Contract
DEL
Delete Contract
HOOK
New Contract
On this page
Authentication
API Documentation
Introduction
Copy page
Process any contracts and statements into structured data.
Copy page
The Royaltyport API is currently in closed Beta. Contract
[email protected]
to get early access.
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Create Contract
⌘I