Skip to main content
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.
"security": [
  {
    "bearerAuth": []
  }
]