This changelog is automatically generated when API changes are detected during deployment.
2025-07-13
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transactions Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“– GET /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/refreshstats - Refresh Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id} - Delete Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits - Get all default splits for an artist
    • Tags: Artist
  • πŸ“ POST /artist/{id}/splits - Create new default splits for an artist
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits/{type} - Get default splits by type for an artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/splits/{type} - Update default splits by type for an artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id}/splits/{type} - Delete default splits by type for an artist
    • Tags: Artist
  • πŸ“ POST /asset - Create a new asset
    • Tags: Asset
  • πŸ“– GET /asset - Get all assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create multiple assets in bulk
    • Tags: Asset
  • πŸ“ POST /asset/bulksplits - Set bulk splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/delete - Delete multiple assets in bulk
    • Tags: Asset
  • ✏️ PUT /asset/bulk/defaultsplit - Set default split for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/deletesplit - Delete splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/download/csv - Download asset data as CSV
    • Tags: Asset
  • πŸ“– GET /asset/{id} - Get asset by ID
    • Tags: Asset
  • ✏️ PUT /asset/{id} - Update an asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete an asset
    • Tags: Asset
  • ✏️ PUT /asset/{id}/artists - Update asset artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get asset statistics
    • Tags: Asset
  • ✏️ PUT /asset/{id}/setdefaultsplit - Set default split for an asset
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload media for an asset
    • Tags: Asset
  • πŸ“– GET /asset/{assetId}/works - Get works for a recording
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id}/media/{mediaName} - Delete media for an asset
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Artist Splits Users
    • Tags: Checklists
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • ✏️ PUT /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“ POST /file/royalty - Upload Royalty File
    • Tags: File
  • ✏️ PUT /file/royalty/decompress/{tenant}/{id} - Process/Decompress Royalty File
    • Tags: File
  • πŸ“– GET /file/{id} - Get File Metadata
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /file/createroyalty - Generate Royalty Report File
    • Tags: File
  • πŸ“ POST /file/resend-pending-files - Resend Pending Files
    • Tags: File
  • πŸ“ POST /file/upload-url - Get File Upload URL
    • Tags: File
  • πŸ“ POST /file/upload-from-drive - Upload File from Google Drive
    • Tags: File
  • πŸ“ POST /file/get-drive-signed-url - Get Google Drive Signed URL
    • Tags: File
  • πŸ“ POST /file/confirm-detection/{id} - Confirm File Detection
    • Tags: File
  • πŸ“ POST /file/getuUloadurl - Get File Upload URL (Legacy)
    • Tags: File
  • πŸ“– GET /integrations/all - Get All Integrations
    • Tags: Integration
  • πŸ“– GET /integrations/info - Get Integration Info
    • Tags: Integration
  • πŸ“ POST /integrations/workspace - Create Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace - List Workspace Integrations
    • Tags: Integration
  • ✏️ PUT /integrations/workspace - Update Workspace Integration
    • Tags: Integration
  • πŸ—‘οΈ DELETE /integrations/workspace - Delete Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace/info - Get Workspace Integration Info
    • Tags: Integration
  • πŸ“– GET /notifications - Get Notifications
    • Tags: Notifications
  • πŸ“– GET /notifications/unread/count - Get Unread Notification Count
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/mark-all-read - Mark All Notifications as Read
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/{notificationId}/read - Mark Notification as Read
    • Tags: Notifications
  • πŸ“– GET /notifications/preferences - Get Notification Preferences
    • Tags: Notifications
  • ✏️ PUT /notifications/preferences - Update Notification Preferences
    • Tags: Notifications
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • ✏️ PUT /payment-request/{id} - Update Payment Request
    • Tags: Payment Requests
  • πŸ—‘οΈ DELETE /payment-request/{id} - Delete Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-request/bulk/delete - Delete Bulk Payment Requests
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • ✏️ PUT /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ—‘οΈ DELETE /payment-setting/{id} - Delete Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • ✏️ PUT /payment/{id} - Update Payment
    • Tags: Payment
  • πŸ—‘οΈ DELETE /payment/{id} - Delete Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • ✏️ PUT /product/{id} - Update Product
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id} - Delete Product
    • Tags: Product
  • ✏️ PUT /product/{id}/artists - Update Product Artists
    • Tags: Product
  • ✏️ PUT /product/{id}/assets - Update Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • ✏️ PUT /product/{id}/setdefaultsplit - Set Default Split for Product from Artist
    • Tags: Product
  • πŸ“ POST /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“ POST /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id}/media/{mediaName} - Delete Product Media
    • Tags: Product
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /releases - Create Release
    • Tags: Release
  • πŸ“– GET /releases - Get Releases
    • Tags: Release
  • πŸ“– GET /releases/stats - Get Release Statistics
    • Tags: Release
  • πŸ“– GET /releases/{id} - Get Release by ID
    • Tags: Release
  • ✏️ PUT /releases/{id} - Update Release
    • Tags: Release
  • πŸ—‘οΈ DELETE /releases/{id} - Delete Release
    • Tags: Release
  • πŸ“ POST /releases/{id}/submit - Submit Release for Review
    • Tags: Release
  • πŸ“ POST /releases/{id}/review - Review Release (Admin Only)
    • Tags: Release
  • πŸ“ POST /releases/{id}/feedback - Add Feedback to Release
    • Tags: Release
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • ✏️ PUT /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ—‘οΈ DELETE /revenue/{id} - Delete Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“– GET /sources/admin - List All Royalty Sources (Admin)
    • Tags: Sources
  • πŸ“ POST /sources/admin - Create Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources/admin/{id} - Get Royalty Source by ID (Admin)
    • Tags: Sources
  • ✏️ PUT /sources/admin/{id} - Update Royalty Source (Admin)
    • Tags: Sources
  • πŸ—‘οΈ DELETE /sources/admin/{id} - Delete Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources - List Tenant Sources
    • Tags: Sources
  • πŸ“ POST /sources - Add Tenant Source
    • Tags: Sources
  • πŸ“– GET /sources/{id} - Get Tenant Source by ID
    • Tags: Sources
  • ✏️ PUT /sources/{id} - Update Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/activate - Activate Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/deactivate - Deactivate Tenant Source
    • Tags: Sources
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/default - Create Default Splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Splits
  • πŸ“ POST /split/match - Match Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /integrations/tyms/auth/token - Generate Tym Access Tokens
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/url - Get Tym Authorization URL
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/refresh - Refresh Tym Access Token
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices - Get Tym Invoices
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices/{uuid} - Get Tym Invoice by UUID
    • Tags: TymS
  • πŸ—‘οΈ DELETE /integrations/tyms/invoices/{uuid} - Delete Tym Invoice by UUID
    • Tags: TymS
  • πŸ“ POST /integrations/tyms/sync-tyms-invoices - Sync Tym Invoices
    • Tags: TymS
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ—‘οΈ DELETE /user/{id} - Delete User
    • Tags: User
  • ✏️ PUT /user/{id}/aut - Add User to Tenant
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/delete - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx - Update VertoFx Integration
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx - Delete VertoFx Integration
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/all - Get All VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/info - Get VertoFx Integration Info
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx/beneficiaries/{id} - Update VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{id} - Delete VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/purpose-codes - Get VertoFx Purpose Codes
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests/v2 - Create VertoFx Payment Request (v2)
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 215 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-13
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transactions Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“– GET /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/refreshstats - Refresh Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id} - Delete Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits - Get all default splits for an artist
    • Tags: Artist
  • πŸ“ POST /artist/{id}/splits - Create new default splits for an artist
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits/{type} - Get default splits by type for an artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/splits/{type} - Update default splits by type for an artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id}/splits/{type} - Delete default splits by type for an artist
    • Tags: Artist
  • πŸ“ POST /asset - Create a new asset
    • Tags: Asset
  • πŸ“– GET /asset - Get all assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create multiple assets in bulk
    • Tags: Asset
  • πŸ“ POST /asset/bulksplits - Set bulk splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/delete - Delete multiple assets in bulk
    • Tags: Asset
  • ✏️ PUT /asset/bulk/defaultsplit - Set default split for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/deletesplit - Delete splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/download/csv - Download asset data as CSV
    • Tags: Asset
  • πŸ“– GET /asset/{id} - Get asset by ID
    • Tags: Asset
  • ✏️ PUT /asset/{id} - Update an asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete an asset
    • Tags: Asset
  • ✏️ PUT /asset/{id}/artists - Update asset artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get asset statistics
    • Tags: Asset
  • ✏️ PUT /asset/{id}/setdefaultsplit - Set default split for an asset
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload media for an asset
    • Tags: Asset
  • πŸ“– GET /asset/{assetId}/works - Get works for a recording
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id}/media/{mediaName} - Delete media for an asset
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Artist Splits Users
    • Tags: Checklists
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • ✏️ PUT /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“ POST /file/royalty - Upload Royalty File
    • Tags: File
  • ✏️ PUT /file/royalty/decompress/{tenant}/{id} - Process/Decompress Royalty File
    • Tags: File
  • πŸ“– GET /file/{id} - Get File Metadata
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /file/createroyalty - Generate Royalty Report File
    • Tags: File
  • πŸ“ POST /file/resend-pending-files - Resend Pending Files
    • Tags: File
  • πŸ“ POST /file/upload-url - Get File Upload URL
    • Tags: File
  • πŸ“ POST /file/upload-from-drive - Upload File from Google Drive
    • Tags: File
  • πŸ“ POST /file/get-drive-signed-url - Get Google Drive Signed URL
    • Tags: File
  • πŸ“ POST /file/confirm-detection/{id} - Confirm File Detection
    • Tags: File
  • πŸ“ POST /file/getuUloadurl - Get File Upload URL (Legacy)
    • Tags: File
  • πŸ“– GET /integrations/all - Get All Integrations
    • Tags: Integration
  • πŸ“– GET /integrations/info - Get Integration Info
    • Tags: Integration
  • πŸ“ POST /integrations/workspace - Create Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace - List Workspace Integrations
    • Tags: Integration
  • ✏️ PUT /integrations/workspace - Update Workspace Integration
    • Tags: Integration
  • πŸ—‘οΈ DELETE /integrations/workspace - Delete Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace/info - Get Workspace Integration Info
    • Tags: Integration
  • πŸ“– GET /notifications - Get Notifications
    • Tags: Notifications
  • πŸ“– GET /notifications/unread/count - Get Unread Notification Count
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/mark-all-read - Mark All Notifications as Read
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/{notificationId}/read - Mark Notification as Read
    • Tags: Notifications
  • πŸ“– GET /notifications/preferences - Get Notification Preferences
    • Tags: Notifications
  • ✏️ PUT /notifications/preferences - Update Notification Preferences
    • Tags: Notifications
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • ✏️ PUT /payment-request/{id} - Update Payment Request
    • Tags: Payment Requests
  • πŸ—‘οΈ DELETE /payment-request/{id} - Delete Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-request/bulk/delete - Delete Bulk Payment Requests
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • ✏️ PUT /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ—‘οΈ DELETE /payment-setting/{id} - Delete Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • ✏️ PUT /payment/{id} - Update Payment
    • Tags: Payment
  • πŸ—‘οΈ DELETE /payment/{id} - Delete Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • ✏️ PUT /product/{id} - Update Product
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id} - Delete Product
    • Tags: Product
  • ✏️ PUT /product/{id}/artists - Update Product Artists
    • Tags: Product
  • ✏️ PUT /product/{id}/assets - Update Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • ✏️ PUT /product/{id}/setdefaultsplit - Set Default Split for Product from Artist
    • Tags: Product
  • πŸ“ POST /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“ POST /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id}/media/{mediaName} - Delete Product Media
    • Tags: Product
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /releases - Create Release
    • Tags: Release
  • πŸ“– GET /releases - Get Releases
    • Tags: Release
  • πŸ“– GET /releases/stats - Get Release Statistics
    • Tags: Release
  • πŸ“– GET /releases/{id} - Get Release by ID
    • Tags: Release
  • ✏️ PUT /releases/{id} - Update Release
    • Tags: Release
  • πŸ—‘οΈ DELETE /releases/{id} - Delete Release
    • Tags: Release
  • πŸ“ POST /releases/{id}/submit - Submit Release for Review
    • Tags: Release
  • πŸ“ POST /releases/{id}/review - Review Release (Admin Only)
    • Tags: Release
  • πŸ“ POST /releases/{id}/feedback - Add Feedback to Release
    • Tags: Release
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • ✏️ PUT /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ—‘οΈ DELETE /revenue/{id} - Delete Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“– GET /sources/admin - List All Royalty Sources (Admin)
    • Tags: Sources
  • πŸ“ POST /sources/admin - Create Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources/admin/{id} - Get Royalty Source by ID (Admin)
    • Tags: Sources
  • ✏️ PUT /sources/admin/{id} - Update Royalty Source (Admin)
    • Tags: Sources
  • πŸ—‘οΈ DELETE /sources/admin/{id} - Delete Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources - List Tenant Sources
    • Tags: Sources
  • πŸ“ POST /sources - Add Tenant Source
    • Tags: Sources
  • πŸ“– GET /sources/{id} - Get Tenant Source by ID
    • Tags: Sources
  • ✏️ PUT /sources/{id} - Update Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/activate - Activate Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/deactivate - Deactivate Tenant Source
    • Tags: Sources
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/default - Create Default Splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Splits
  • πŸ“ POST /split/match - Match Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /integrations/tyms/auth/token - Generate Tym Access Tokens
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/url - Get Tym Authorization URL
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/refresh - Refresh Tym Access Token
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices - Get Tym Invoices
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices/{uuid} - Get Tym Invoice by UUID
    • Tags: TymS
  • πŸ—‘οΈ DELETE /integrations/tyms/invoices/{uuid} - Delete Tym Invoice by UUID
    • Tags: TymS
  • πŸ“ POST /integrations/tyms/sync-tyms-invoices - Sync Tym Invoices
    • Tags: TymS
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ—‘οΈ DELETE /user/{id} - Delete User
    • Tags: User
  • ✏️ PUT /user/{id}/aut - Add User to Tenant
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/delete - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx - Update VertoFx Integration
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx - Delete VertoFx Integration
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/all - Get All VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/info - Get VertoFx Integration Info
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx/beneficiaries/{id} - Update VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{id} - Delete VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/purpose-codes - Get VertoFx Purpose Codes
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests/v2 - Create VertoFx Payment Request (v2)
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 215 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-13
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transactions Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“– GET /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/refreshstats - Refresh Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id} - Delete Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits - Get all default splits for an artist
    • Tags: Artist
  • πŸ“ POST /artist/{id}/splits - Create new default splits for an artist
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits/{type} - Get default splits by type for an artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/splits/{type} - Update default splits by type for an artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id}/splits/{type} - Delete default splits by type for an artist
    • Tags: Artist
  • πŸ“ POST /asset - Create a new asset
    • Tags: Asset
  • πŸ“– GET /asset - Get all assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create multiple assets in bulk
    • Tags: Asset
  • πŸ“ POST /asset/bulksplits - Set bulk splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/delete - Delete multiple assets in bulk
    • Tags: Asset
  • ✏️ PUT /asset/bulk/defaultsplit - Set default split for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/deletesplit - Delete splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/download/csv - Download asset data as CSV
    • Tags: Asset
  • πŸ“– GET /asset/{id} - Get asset by ID
    • Tags: Asset
  • ✏️ PUT /asset/{id} - Update an asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete an asset
    • Tags: Asset
  • ✏️ PUT /asset/{id}/artists - Update asset artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get asset statistics
    • Tags: Asset
  • ✏️ PUT /asset/{id}/setdefaultsplit - Set default split for an asset
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload media for an asset
    • Tags: Asset
  • πŸ“– GET /asset/{assetId}/works - Get works for a recording
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id}/media/{mediaName} - Delete media for an asset
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Artist Splits Users
    • Tags: Checklists
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • ✏️ PUT /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“ POST /file/royalty - Upload Royalty File
    • Tags: File
  • ✏️ PUT /file/royalty/decompress/{tenant}/{id} - Process/Decompress Royalty File
    • Tags: File
  • πŸ“– GET /file/{id} - Get File Metadata
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /file/createroyalty - Generate Royalty Report File
    • Tags: File
  • πŸ“ POST /file/resend-pending-files - Resend Pending Files
    • Tags: File
  • πŸ“ POST /file/upload-url - Get File Upload URL
    • Tags: File
  • πŸ“ POST /file/upload-from-drive - Upload File from Google Drive
    • Tags: File
  • πŸ“ POST /file/get-drive-signed-url - Get Google Drive Signed URL
    • Tags: File
  • πŸ“ POST /file/confirm-detection/{id} - Confirm File Detection
    • Tags: File
  • πŸ“ POST /file/getuUloadurl - Get File Upload URL (Legacy)
    • Tags: File
  • πŸ“– GET /integrations/all - Get All Integrations
    • Tags: Integration
  • πŸ“– GET /integrations/info - Get Integration Info
    • Tags: Integration
  • πŸ“ POST /integrations/workspace - Create Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace - List Workspace Integrations
    • Tags: Integration
  • ✏️ PUT /integrations/workspace - Update Workspace Integration
    • Tags: Integration
  • πŸ—‘οΈ DELETE /integrations/workspace - Delete Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace/info - Get Workspace Integration Info
    • Tags: Integration
  • πŸ“– GET /notifications - Get Notifications
    • Tags: Notifications
  • πŸ“– GET /notifications/unread/count - Get Unread Notification Count
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/mark-all-read - Mark All Notifications as Read
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/{notificationId}/read - Mark Notification as Read
    • Tags: Notifications
  • πŸ“– GET /notifications/preferences - Get Notification Preferences
    • Tags: Notifications
  • ✏️ PUT /notifications/preferences - Update Notification Preferences
    • Tags: Notifications
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • ✏️ PUT /payment-request/{id} - Update Payment Request
    • Tags: Payment Requests
  • πŸ—‘οΈ DELETE /payment-request/{id} - Delete Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-request/bulk/delete - Delete Bulk Payment Requests
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • ✏️ PUT /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ—‘οΈ DELETE /payment-setting/{id} - Delete Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • ✏️ PUT /payment/{id} - Update Payment
    • Tags: Payment
  • πŸ—‘οΈ DELETE /payment/{id} - Delete Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • ✏️ PUT /product/{id} - Update Product
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id} - Delete Product
    • Tags: Product
  • ✏️ PUT /product/{id}/artists - Update Product Artists
    • Tags: Product
  • ✏️ PUT /product/{id}/assets - Update Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • ✏️ PUT /product/{id}/setdefaultsplit - Set Default Split for Product from Artist
    • Tags: Product
  • πŸ“ POST /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“ POST /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id}/media/{mediaName} - Delete Product Media
    • Tags: Product
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /releases - Create Release
    • Tags: Release
  • πŸ“– GET /releases - Get Releases
    • Tags: Release
  • πŸ“– GET /releases/stats - Get Release Statistics
    • Tags: Release
  • πŸ“– GET /releases/{id} - Get Release by ID
    • Tags: Release
  • ✏️ PUT /releases/{id} - Update Release
    • Tags: Release
  • πŸ—‘οΈ DELETE /releases/{id} - Delete Release
    • Tags: Release
  • πŸ“ POST /releases/{id}/submit - Submit Release for Review
    • Tags: Release
  • πŸ“ POST /releases/{id}/review - Review Release (Admin Only)
    • Tags: Release
  • πŸ“ POST /releases/{id}/feedback - Add Feedback to Release
    • Tags: Release
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • ✏️ PUT /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ—‘οΈ DELETE /revenue/{id} - Delete Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“– GET /sources/admin - List All Royalty Sources (Admin)
    • Tags: Sources
  • πŸ“ POST /sources/admin - Create Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources/admin/{id} - Get Royalty Source by ID (Admin)
    • Tags: Sources
  • ✏️ PUT /sources/admin/{id} - Update Royalty Source (Admin)
    • Tags: Sources
  • πŸ—‘οΈ DELETE /sources/admin/{id} - Delete Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources - List Tenant Sources
    • Tags: Sources
  • πŸ“ POST /sources - Add Tenant Source
    • Tags: Sources
  • πŸ“– GET /sources/{id} - Get Tenant Source by ID
    • Tags: Sources
  • ✏️ PUT /sources/{id} - Update Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/activate - Activate Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/deactivate - Deactivate Tenant Source
    • Tags: Sources
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/default - Create Default Splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Splits
  • πŸ“ POST /split/match - Match Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /integrations/tyms/auth/token - Generate Tym Access Tokens
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/url - Get Tym Authorization URL
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/refresh - Refresh Tym Access Token
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices - Get Tym Invoices
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices/{uuid} - Get Tym Invoice by UUID
    • Tags: TymS
  • πŸ—‘οΈ DELETE /integrations/tyms/invoices/{uuid} - Delete Tym Invoice by UUID
    • Tags: TymS
  • πŸ“ POST /integrations/tyms/sync-tyms-invoices - Sync Tym Invoices
    • Tags: TymS
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ—‘οΈ DELETE /user/{id} - Delete User
    • Tags: User
  • ✏️ PUT /user/{id}/aut - Add User to Tenant
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/delete - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx - Update VertoFx Integration
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx - Delete VertoFx Integration
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/all - Get All VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/info - Get VertoFx Integration Info
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx/beneficiaries/{id} - Update VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{id} - Delete VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/purpose-codes - Get VertoFx Purpose Codes
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests/v2 - Create VertoFx Payment Request (v2)
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 215 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-13
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transactions Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“– GET /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/refreshstats - Refresh Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id} - Delete Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits - Get all default splits for an artist
    • Tags: Artist
  • πŸ“ POST /artist/{id}/splits - Create new default splits for an artist
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits/{type} - Get default splits by type for an artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/splits/{type} - Update default splits by type for an artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id}/splits/{type} - Delete default splits by type for an artist
    • Tags: Artist
  • πŸ“ POST /asset - Create a new asset
    • Tags: Asset
  • πŸ“– GET /asset - Get all assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create multiple assets in bulk
    • Tags: Asset
  • πŸ“ POST /asset/bulksplits - Set bulk splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/delete - Delete multiple assets in bulk
    • Tags: Asset
  • ✏️ PUT /asset/bulk/defaultsplit - Set default split for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/deletesplit - Delete splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/download/csv - Download asset data as CSV
    • Tags: Asset
  • πŸ“– GET /asset/{id} - Get asset by ID
    • Tags: Asset
  • ✏️ PUT /asset/{id} - Update an asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete an asset
    • Tags: Asset
  • ✏️ PUT /asset/{id}/artists - Update asset artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get asset statistics
    • Tags: Asset
  • ✏️ PUT /asset/{id}/setdefaultsplit - Set default split for an asset
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload media for an asset
    • Tags: Asset
  • πŸ“– GET /asset/{assetId}/works - Get works for a recording
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id}/media/{mediaName} - Delete media for an asset
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Artist Splits Users
    • Tags: Checklists
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • ✏️ PUT /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“ POST /file/royalty - Upload Royalty File
    • Tags: File
  • ✏️ PUT /file/royalty/decompress/{tenant}/{id} - Process/Decompress Royalty File
    • Tags: File
  • πŸ“– GET /file/{id} - Get File Metadata
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /file/createroyalty - Generate Royalty Report File
    • Tags: File
  • πŸ“ POST /file/resend-pending-files - Resend Pending Files
    • Tags: File
  • πŸ“ POST /file/upload-url - Get File Upload URL
    • Tags: File
  • πŸ“ POST /file/upload-from-drive - Upload File from Google Drive
    • Tags: File
  • πŸ“ POST /file/get-drive-signed-url - Get Google Drive Signed URL
    • Tags: File
  • πŸ“ POST /file/confirm-detection/{id} - Confirm File Detection
    • Tags: File
  • πŸ“ POST /file/getuUloadurl - Get File Upload URL (Legacy)
    • Tags: File
  • πŸ“– GET /integrations/all - Get All Integrations
    • Tags: Integration
  • πŸ“– GET /integrations/info - Get Integration Info
    • Tags: Integration
  • πŸ“ POST /integrations/workspace - Create Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace - List Workspace Integrations
    • Tags: Integration
  • ✏️ PUT /integrations/workspace - Update Workspace Integration
    • Tags: Integration
  • πŸ—‘οΈ DELETE /integrations/workspace - Delete Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace/info - Get Workspace Integration Info
    • Tags: Integration
  • πŸ“– GET /notifications - Get Notifications
    • Tags: Notifications
  • πŸ“– GET /notifications/unread/count - Get Unread Notification Count
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/mark-all-read - Mark All Notifications as Read
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/{notificationId}/read - Mark Notification as Read
    • Tags: Notifications
  • πŸ“– GET /notifications/preferences - Get Notification Preferences
    • Tags: Notifications
  • ✏️ PUT /notifications/preferences - Update Notification Preferences
    • Tags: Notifications
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • ✏️ PUT /payment-request/{id} - Update Payment Request
    • Tags: Payment Requests
  • πŸ—‘οΈ DELETE /payment-request/{id} - Delete Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-request/bulk/delete - Delete Bulk Payment Requests
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • ✏️ PUT /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ—‘οΈ DELETE /payment-setting/{id} - Delete Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • ✏️ PUT /payment/{id} - Update Payment
    • Tags: Payment
  • πŸ—‘οΈ DELETE /payment/{id} - Delete Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • ✏️ PUT /product/{id} - Update Product
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id} - Delete Product
    • Tags: Product
  • ✏️ PUT /product/{id}/artists - Update Product Artists
    • Tags: Product
  • ✏️ PUT /product/{id}/assets - Update Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • ✏️ PUT /product/{id}/setdefaultsplit - Set Default Split for Product from Artist
    • Tags: Product
  • πŸ“ POST /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“ POST /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id}/media/{mediaName} - Delete Product Media
    • Tags: Product
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /releases - Create Release
    • Tags: Release
  • πŸ“– GET /releases - Get Releases
    • Tags: Release
  • πŸ“– GET /releases/stats - Get Release Statistics
    • Tags: Release
  • πŸ“– GET /releases/{id} - Get Release by ID
    • Tags: Release
  • ✏️ PUT /releases/{id} - Update Release
    • Tags: Release
  • πŸ—‘οΈ DELETE /releases/{id} - Delete Release
    • Tags: Release
  • πŸ“ POST /releases/{id}/submit - Submit Release for Review
    • Tags: Release
  • πŸ“ POST /releases/{id}/review - Review Release (Admin Only)
    • Tags: Release
  • πŸ“ POST /releases/{id}/feedback - Add Feedback to Release
    • Tags: Release
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • ✏️ PUT /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ—‘οΈ DELETE /revenue/{id} - Delete Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“– GET /sources/admin - List All Royalty Sources (Admin)
    • Tags: Sources
  • πŸ“ POST /sources/admin - Create Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources/admin/{id} - Get Royalty Source by ID (Admin)
    • Tags: Sources
  • ✏️ PUT /sources/admin/{id} - Update Royalty Source (Admin)
    • Tags: Sources
  • πŸ—‘οΈ DELETE /sources/admin/{id} - Delete Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources - List Tenant Sources
    • Tags: Sources
  • πŸ“ POST /sources - Add Tenant Source
    • Tags: Sources
  • πŸ“– GET /sources/{id} - Get Tenant Source by ID
    • Tags: Sources
  • ✏️ PUT /sources/{id} - Update Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/activate - Activate Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/deactivate - Deactivate Tenant Source
    • Tags: Sources
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/default - Create Default Splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Splits
  • πŸ“ POST /split/match - Match Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /integrations/tyms/auth/token - Generate Tym Access Tokens
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/url - Get Tym Authorization URL
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/refresh - Refresh Tym Access Token
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices - Get Tym Invoices
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices/{uuid} - Get Tym Invoice by UUID
    • Tags: TymS
  • πŸ—‘οΈ DELETE /integrations/tyms/invoices/{uuid} - Delete Tym Invoice by UUID
    • Tags: TymS
  • πŸ“ POST /integrations/tyms/sync-tyms-invoices - Sync Tym Invoices
    • Tags: TymS
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ—‘οΈ DELETE /user/{id} - Delete User
    • Tags: User
  • ✏️ PUT /user/{id}/aut - Add User to Tenant
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/delete - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx - Update VertoFx Integration
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx - Delete VertoFx Integration
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/all - Get All VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/info - Get VertoFx Integration Info
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx/beneficiaries/{id} - Update VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{id} - Delete VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/purpose-codes - Get VertoFx Purpose Codes
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests/v2 - Create VertoFx Payment Request (v2)
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 215 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-11
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transactions Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“– GET /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/refreshstats - Refresh Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id} - Delete Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits - Get all default splits for an artist
    • Tags: Artist
  • πŸ“ POST /artist/{id}/splits - Create new default splits for an artist
    • Tags: Artist
  • πŸ“– GET /artist/{id}/splits/{type} - Get default splits by type for an artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/splits/{type} - Update default splits by type for an artist
    • Tags: Artist
  • πŸ—‘οΈ DELETE /artist/{id}/splits/{type} - Delete default splits by type for an artist
    • Tags: Artist
  • πŸ“ POST /asset - Create a new asset
    • Tags: Asset
  • πŸ“– GET /asset - Get all assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create multiple assets in bulk
    • Tags: Asset
  • πŸ“ POST /asset/bulksplits - Set bulk splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/delete - Delete multiple assets in bulk
    • Tags: Asset
  • ✏️ PUT /asset/bulk/defaultsplit - Set default split for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk/deletesplit - Delete splits for multiple assets
    • Tags: Asset
  • πŸ“ POST /asset/download/csv - Download asset data as CSV
    • Tags: Asset
  • πŸ“– GET /asset/{id} - Get asset by ID
    • Tags: Asset
  • ✏️ PUT /asset/{id} - Update an asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete an asset
    • Tags: Asset
  • ✏️ PUT /asset/{id}/artists - Update asset artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get asset statistics
    • Tags: Asset
  • ✏️ PUT /asset/{id}/setdefaultsplit - Set default split for an asset
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload media for an asset
    • Tags: Asset
  • πŸ“– GET /asset/{assetId}/works - Get works for a recording
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id}/media/{mediaName} - Delete media for an asset
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Artist Splits Users
    • Tags: Checklists
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • ✏️ PUT /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“ POST /file/royalty - Upload Royalty File
    • Tags: File
  • ✏️ PUT /file/royalty/decompress/{tenant}/{id} - Process/Decompress Royalty File
    • Tags: File
  • πŸ“– GET /file/{id} - Get File Metadata
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /file/createroyalty - Generate Royalty Report File
    • Tags: File
  • πŸ“ POST /file/resend-pending-files - Resend Pending Files
    • Tags: File
  • πŸ“ POST /file/upload-url - Get File Upload URL
    • Tags: File
  • πŸ“ POST /file/upload-from-drive - Upload File from Google Drive
    • Tags: File
  • πŸ“ POST /file/get-drive-signed-url - Get Google Drive Signed URL
    • Tags: File
  • πŸ“ POST /file/confirm-detection/{id} - Confirm File Detection
    • Tags: File
  • πŸ“ POST /file/getuUloadurl - Get File Upload URL (Legacy)
    • Tags: File
  • πŸ“– GET /integrations/all - Get All Integrations
    • Tags: Integration
  • πŸ“– GET /integrations/info - Get Integration Info
    • Tags: Integration
  • πŸ“ POST /integrations/workspace - Create Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace - List Workspace Integrations
    • Tags: Integration
  • ✏️ PUT /integrations/workspace - Update Workspace Integration
    • Tags: Integration
  • πŸ—‘οΈ DELETE /integrations/workspace - Delete Workspace Integration
    • Tags: Integration
  • πŸ“– GET /integrations/workspace/info - Get Workspace Integration Info
    • Tags: Integration
  • πŸ“– GET /notifications - Get Notifications
    • Tags: Notifications
  • πŸ“– GET /notifications/unread/count - Get Unread Notification Count
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/mark-all-read - Mark All Notifications as Read
    • Tags: Notifications
  • πŸ”§ PATCH /notifications/{notificationId}/read - Mark Notification as Read
    • Tags: Notifications
  • πŸ“– GET /notifications/preferences - Get Notification Preferences
    • Tags: Notifications
  • ✏️ PUT /notifications/preferences - Update Notification Preferences
    • Tags: Notifications
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • ✏️ PUT /payment-request/{id} - Update Payment Request
    • Tags: Payment Requests
  • πŸ—‘οΈ DELETE /payment-request/{id} - Delete Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-request/bulk/delete - Delete Bulk Payment Requests
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • ✏️ PUT /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ—‘οΈ DELETE /payment-setting/{id} - Delete Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • ✏️ PUT /payment/{id} - Update Payment
    • Tags: Payment
  • πŸ—‘οΈ DELETE /payment/{id} - Delete Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • ✏️ PUT /product/{id} - Update Product
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id} - Delete Product
    • Tags: Product
  • ✏️ PUT /product/{id}/artists - Update Product Artists
    • Tags: Product
  • ✏️ PUT /product/{id}/assets - Update Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • ✏️ PUT /product/{id}/setdefaultsplit - Set Default Split for Product from Artist
    • Tags: Product
  • πŸ“ POST /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“ POST /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ—‘οΈ DELETE /product/{id}/media/{mediaName} - Delete Product Media
    • Tags: Product
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • ✏️ PUT /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ—‘οΈ DELETE /revenue/{id} - Delete Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“– GET /sources/admin - List All Royalty Sources (Admin)
    • Tags: Sources
  • πŸ“ POST /sources/admin - Create Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources/admin/{id} - Get Royalty Source by ID (Admin)
    • Tags: Sources
  • ✏️ PUT /sources/admin/{id} - Update Royalty Source (Admin)
    • Tags: Sources
  • πŸ—‘οΈ DELETE /sources/admin/{id} - Delete Royalty Source (Admin)
    • Tags: Sources
  • πŸ“– GET /sources - List Tenant Sources
    • Tags: Sources
  • πŸ“ POST /sources - Add Tenant Source
    • Tags: Sources
  • πŸ“– GET /sources/{id} - Get Tenant Source by ID
    • Tags: Sources
  • ✏️ PUT /sources/{id} - Update Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/activate - Activate Tenant Source
    • Tags: Sources
  • πŸ“ POST /sources/{id}/deactivate - Deactivate Tenant Source
    • Tags: Sources
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/default - Create Default Splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Splits
  • πŸ“ POST /split/match - Match Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /integrations/tyms/auth/token - Generate Tym Access Tokens
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/url - Get Tym Authorization URL
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/auth/refresh - Refresh Tym Access Token
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices - Get Tym Invoices
    • Tags: TymS
  • πŸ“– GET /integrations/tyms/invoices/{uuid} - Get Tym Invoice by UUID
    • Tags: TymS
  • πŸ—‘οΈ DELETE /integrations/tyms/invoices/{uuid} - Delete Tym Invoice by UUID
    • Tags: TymS
  • πŸ“ POST /integrations/tyms/sync-tyms-invoices - Sync Tym Invoices
    • Tags: TymS
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ—‘οΈ DELETE /user/{id} - Delete User
    • Tags: User
  • ✏️ PUT /user/{id}/aut - Add User to Tenant
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/delete - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx - Update VertoFx Integration
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx - Delete VertoFx Integration
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/all - Get All VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/info - Get VertoFx Integration Info
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • ✏️ PUT /integrations/vertofx/beneficiaries/{id} - Update VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{id} - Delete VertoFx Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/purpose-codes - Get VertoFx Purpose Codes
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests/v2 - Create VertoFx Payment Request (v2)
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 206 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-10
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transaction Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“ POST /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“ POST /asset/ - Create Asset
    • Tags: Asset
  • πŸ“– GET /asset/ - Get Assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create bulk asset
    • Tags: Bulk
  • πŸ“ POST /asset/bulksplits - Set bulk asset split
    • Tags: Bulk
  • πŸ“ POST /asset/bulk/delete - Bulk delete Assets
    • Tags: Bulk
  • ✏️ PUT /asset/bulk/setdefaultsplit - Set Bulk Default Split
    • Tags: Bulk
  • πŸ“ POST /asset/bulk/deletesplit - Bulk Delete Asset Splits
    • Tags: Bulk
  • πŸ“– GET /asset/{id} - Get Asset
    • Tags: Asset
  • πŸ”§ PATCH /asset/{id} - Update Asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete Asset
    • Tags: Asset
  • πŸ“– GET /asset/{id}/artists - Get Asset Artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get Asset Stats
    • Tags: Asset
  • πŸ”§ PATCH /asset/{id}/setdefaultsplit - Set Default Split for Asset
    • Tags: Asset
  • πŸ“– GET /asset/download/csv - Download Assets CSV
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload Asset Media
    • Tags: Asset
  • πŸ“– GET /asset/{id}/media/{mediaName} - Get Asset Media
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Bulk
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Missing Artist Splits User
    • Tags: Checklists
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: Entity
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • πŸ”§ PATCH /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /file/upload/url - Get File Upload URL
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • πŸ”§ PATCH /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment-setting/ - New Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/ - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • πŸ”§ PATCH /product/{id} - Update Product
    • Tags: Product
  • πŸ“– GET /product/{id}/artists - Get Product Artists
    • Tags: Product
  • πŸ“– GET /product/{id}/assets - Get Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • πŸ”§ PATCH /product/{id}/setdefaultsplit - Set Default Split for Product
    • Tags: Product
  • πŸ“– GET /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“– GET /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ“– GET /product/{id}/media/{mediaName} - Get Product Media
    • Tags: Product
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • πŸ”§ PATCH /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/post - Bulk Delete Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/post - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx - Get VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 142 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-10
APIAuto-generated
API v2.6.0

✨ New Endpoints

  • πŸ“– GET /accounting/{id}/stats - Get Accounting Statistics
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/monthly - Get Monthly Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions - Get Transactions
    • Tags: Accounting
  • πŸ“– GET /accounting/transactions/summary - Get Transaction Summary
    • Tags: Accounting
  • πŸ“– GET /accounting/getcurrentdue - Get Current Due Amount
    • Tags: Accounting
  • πŸ“ POST /accounting/refresh - Refresh Accounting Data
    • Tags: Accounting
  • πŸ“– GET /accounting/gettotaldue - Get Total Due Amount
    • Tags: Accounting
  • πŸ“ POST /artist/ - Create Artist
    • Tags: Artist
  • πŸ“– GET /artist/ - Get Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulk - Create Bulk Artists
    • Tags: Artist
  • πŸ“ POST /artist/bulksplit - Update Bulk Artist Splits
    • Tags: Artist
  • πŸ“– GET /artist/{id} - Get Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id} - Update Artist
    • Tags: Artist
  • ✏️ PUT /artist/{id}/merge - Merge Artists
    • Tags: Artist
  • πŸ“– GET /artist/stats/{id} - Get Artist Stats
    • Tags: Artist
  • πŸ“– GET /artist/{id}/assets - Get Artist Assets
    • Tags: Artist
  • πŸ“– GET /artist/{id}/products - Get Artist Products
    • Tags: Artist
  • πŸ“ POST /artist/download/csv - Download Artists CSV
    • Tags: Artist
  • πŸ“ POST /artist/bulk/delete - Delete Bulk Artists
    • Tags: Artist
  • πŸ“ POST /asset/ - Create Asset
    • Tags: Asset
  • πŸ“– GET /asset/ - Get Assets
    • Tags: Asset
  • πŸ“ POST /asset/bulk - Create bulk asset
    • Tags: Bulk
  • πŸ“ POST /asset/bulksplits - Set bulk asset split
    • Tags: Bulk
  • πŸ“ POST /asset/bulk/delete - Bulk delete Assets
    • Tags: Bulk
  • ✏️ PUT /asset/bulk/setdefaultsplit - Set Bulk Default Split
    • Tags: Bulk
  • πŸ“ POST /asset/bulk/deletesplit - Bulk Delete Asset Splits
    • Tags: Bulk
  • πŸ“– GET /asset/{id} - Get Asset
    • Tags: Asset
  • πŸ”§ PATCH /asset/{id} - Update Asset
    • Tags: Asset
  • πŸ—‘οΈ DELETE /asset/{id} - Delete Asset
    • Tags: Asset
  • πŸ“– GET /asset/{id}/artists - Get Asset Artists
    • Tags: Asset
  • πŸ“– GET /asset/{id}/stats - Get Asset Stats
    • Tags: Asset
  • πŸ”§ PATCH /asset/{id}/setdefaultsplit - Set Default Split for Asset
    • Tags: Asset
  • πŸ“– GET /asset/download/csv - Download Assets CSV
    • Tags: Asset
  • πŸ“ POST /asset/{id}/media - Upload Asset Media
    • Tags: Asset
  • πŸ“– GET /asset/{id}/media/{mediaName} - Get Asset Media
    • Tags: Asset
  • πŸ“ POST /auth/setpassword - Set Password
    • Tags: Auth
  • πŸ“ POST /auth/forgotpassword - Forgot password
    • Tags: Auth
  • πŸ”§ PATCH /auth/resetpassword - Reset password
    • Tags: Auth
  • πŸ“ POST /auth/importdata - import data
    • Tags: Auth
  • πŸ“– GET /auth/ - Get logged in users data
    • Tags: Auth
  • πŸ“– GET /auth/authtoken - Get new access token
    • Tags: Auth
  • πŸ“ POST /auth/logout - Logout
    • Tags: Auth
  • πŸ“ POST /auth/invite - Invite user
    • Tags: Auth
  • πŸ“ POST /auth/loginlink - Login Link
    • Tags: Auth
  • πŸ“ POST /auth/login - Login
    • Tags: Auth
  • πŸ“ POST /product/bulk - Create Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulksplits - Update Bulk Product Splits
    • Tags: Product
  • πŸ“ POST /product/bulk/delete - Delete Bulk Products
    • Tags: Product
  • ✏️ PUT /product/bulk/defaultsplit - Set Default Split for Bulk Products
    • Tags: Product
  • πŸ“ POST /product/bulk/deletesplit - Delete Splits from Bulk Products
    • Tags: Product
  • πŸ“ POST /split/bulk/delete - Bulk delete Splits
    • Tags: Bulk
  • πŸ“ POST /expense/bulk/delete - Delete Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /checklist/royaltyassets - Check Royalty Assets
    • Tags: Checklists
  • πŸ“– GET /checklist/royaltyproducts - Check Royalty Products
    • Tags: Checklists
  • πŸ“– GET /checklist/assetsplits - Check Assets Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/productsplits - Check Products Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/allsplits - Check All Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/missingroyaltysplits - Check Missing Royalty Splits
    • Tags: Checklists
  • πŸ“– GET /checklist/artistsplits - Check Missing Artist Splits User
    • Tags: Checklists
  • πŸ“ POST /user/bulk/entity - Create Bulk Entity
    • Tags: Entity
  • πŸ“ POST /expense/ - Create Expense
    • Tags: Expense
  • πŸ“– GET /expense/ - Get Expenses
    • Tags: Expense
  • πŸ“ POST /expense/bulk - Create Bulk Expenses
    • Tags: Expense
  • πŸ“– GET /expense/{id} - Get Expense
    • Tags: Expense
  • πŸ”§ PATCH /expense/{id} - Update Expense
    • Tags: Expense
  • πŸ“ POST /file/upload/url - Get File Upload URL
    • Tags: File
  • πŸ“– GET /file/ - Get File Upload Info
    • Tags: File
  • πŸ“ POST /payment-request/ - New Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/ - Get Payment Requests
    • Tags: Payment Requests
  • πŸ“– GET /payment-request/{id} - Get Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/approve - Approve Payment Request
    • Tags: Payment Requests
  • πŸ”§ PATCH /payment-request/{id}/decline - Decline Payment Request
    • Tags: Payment Requests
  • πŸ“– GET /integrations/vertofx/payment-requests - Get VertoFx Payment Requests
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/payment-requests - Create VertoFx Payment Request
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/payment-requests/{id} - Get VertoFx Payment Request Details
    • Tags: VertoFx
  • πŸ“ POST /payment-setting - Create New Payment Setting
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/{id} - Get Payment Setting
    • Tags: Payment Settings
  • πŸ”§ PATCH /payment-setting/{id} - Update Payment Setting
    • Tags: Payment Settings
  • πŸ“ POST /payment-setting/bulk/delete - Delete Bulk Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /payment/ - Create Payment
    • Tags: Payment
  • πŸ“– GET /payment/ - Get Payments
    • Tags: Payment
  • πŸ“– GET /payment/{id} - Get Payment
    • Tags: Payment
  • πŸ“ POST /payment/bulk - Create Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment/bulk/delete - Delete Bulk Payments
    • Tags: Payment
  • πŸ“ POST /payment-setting/ - New Payment Settings
    • Tags: Payment Settings
  • πŸ“– GET /payment-setting/ - Get Payment Settings
    • Tags: Payment Settings
  • πŸ“ POST /product/ - Create Product
    • Tags: Product
  • πŸ“– GET /product/ - Get Products
    • Tags: Product
  • πŸ“– GET /product/{id} - Get Product
    • Tags: Product
  • πŸ”§ PATCH /product/{id} - Update Product
    • Tags: Product
  • πŸ“– GET /product/{id}/artists - Get Product Artists
    • Tags: Product
  • πŸ“– GET /product/{id}/assets - Get Product Assets
    • Tags: Product
  • πŸ“– GET /product/{id}/stats - Get Product Stats
    • Tags: Product
  • πŸ”§ PATCH /product/{id}/setdefaultsplit - Set Default Split for Product
    • Tags: Product
  • πŸ“– GET /product/download/metadata - Download Product Metadata
    • Tags: Product
  • πŸ“– GET /product/download/csv - Download Products CSV
    • Tags: Product
  • πŸ“ POST /product/{id}/media - Upload Product Media
    • Tags: Product
  • πŸ“– GET /product/{id}/media/{mediaName} - Get Product Media
    • Tags: Product
  • πŸ“ POST /revenue/ - Create Revenue
    • Tags: Revenue
  • πŸ“– GET /revenue/ - Get Revenues
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk - Create Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /revenue/{id} - Get Revenue
    • Tags: Revenue
  • πŸ”§ PATCH /revenue/{id} - Update Revenue
    • Tags: Revenue
  • πŸ“ POST /revenue/bulk/delete - Delete Bulk Revenues
    • Tags: Revenue
  • πŸ“– GET /royalty/ - Get Royalties Summary
    • Tags: Royalties
  • πŸ“– GET /royalty/accountingperiod - Get Royalties grouped by month (Accounting period)
    • Tags: Royalties
  • πŸ“– GET /royalty/month - Get Royalties grouped by month (Sale period)
    • Tags: Royalties
  • πŸ“– GET /royalty/dsp - Get Royalties grouped by DSP (Providers)
    • Tags: Royalties
  • πŸ“– GET /royalty/country - Get Royalties grouped by country
    • Tags: Royalties
  • πŸ“– GET /royalty/artist - Get Royalties grouped by artist
    • Tags: Royalties
  • πŸ“– GET /royalty/product - Get Royalties grouped by product
    • Tags: Royalties
  • πŸ“– GET /royalty/asset - Get Royalties grouped by asset
    • Tags: Royalties
  • πŸ“– GET /royalty/saletype - Get Royalties grouped by sale type
    • Tags: Royalties
  • πŸ“– GET /royalty/aggregator - Get Royalties grouped by aggregator
    • Tags: Royalties
  • πŸ“ POST /split/ - Create split
    • Tags: Splits
  • πŸ“– GET /split/ - Get splits
    • Tags: Splits
  • πŸ“ POST /split/bulk/post - Bulk Delete Splits
    • Tags: Splits
  • ✏️ PUT /split/{id} - Update Split
    • Tags: Splits
  • πŸ“– GET /split/{id} - Get Split
    • Tags: Splits
  • πŸ—‘οΈ DELETE /split/{id} - Delete Split
    • Tags: Splits
  • πŸ“ POST /user/ - Create User
    • Tags: User
  • πŸ“– GET /user/ - Get Users
    • Tags: User
  • πŸ“ POST /user/bulk - Create Bulk User
    • Tags: User
  • πŸ”§ PATCH /user/{id} - Update User
    • Tags: User
  • πŸ“– GET /user/{id} - Get User
    • Tags: User
  • πŸ“– GET /user/{id}/stats - Get User Stats
    • Tags: User
  • πŸ“– GET /user/{id}/monthly - Get User Monthly Stats
    • Tags: User
  • πŸ“– GET /user/{id}/artists - Get User Artists
    • Tags: User
  • πŸ“– GET /user/{id}/assets - Get User Assets
    • Tags: User
  • πŸ“– GET /user/{id}/products - Get User Products
    • Tags: User
  • πŸ“ POST /user/download/csv - Download User Data
    • Tags: User
  • πŸ“ POST /user/bulk/post - Bulk Delete Users
    • Tags: User
  • πŸ—‘οΈ DELETE /user/remove/email - Remove User Email
    • Tags: User
  • πŸ“ POST /integrations/vertofx - Add VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx - Get VertoFx Integrations
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/wallets - Get Verto Wallets
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries - Get Beneficiaries List
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries - Create Beneficiary
    • Tags: VertoFx
  • πŸ“– GET /integrations/vertofx/beneficiaries/{id} - Get Beneficiary Details
    • Tags: VertoFx
  • πŸ“ POST /integrations/vertofx/beneficiaries/link - Link Verto Beneficiary to User
    • Tags: VertoFx
  • πŸ—‘οΈ DELETE /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink - Unlink Verto Beneficiary From User
    • Tags: VertoFx

πŸ“Š Summary

  • Added: 142 endpoints
  • Modified: 0 endpoints
  • Deprecated: 0 endpoints
  • Removed: 0 endpoints
2025-07-09
APIDocumentationLaunch
API v2.6.0

πŸŽ‰ Documentation System Launch

We’ve launched a comprehensive, automatically-updating documentation system for the Royalti.io API.

✨ New Features

  • Auto-Generated Documentation: All 142 endpoints documented across 18 API groups
  • Live Synchronization: Documentation updates automatically with every API deployment
  • Interactive Playground: Test API endpoints directly in the documentation
  • Smart Change Detection: Tracks API changes using content hashing
  • Professional Formatting: Clean, developer-friendly documentation with examples

πŸ“Š Current API Coverage

  • 142 Endpoints across 18 API groups
  • 100% Tagged endpoints for easy navigation
  • Authentication requirements clearly marked
  • Request/Response examples included
  • Parameter validation documented

πŸ”§ API Groups

Our API is organized into these logical groups:
  • Auth - Authentication & authorization
  • User - User management and data
  • Artist - Artist CRUD operations and statistics
  • Asset - Asset management and media handling
  • Product - Product operations and metadata
  • Bulk - Bulk operations for efficiency
  • Revenue - Revenue tracking and management
  • Royalties - Royalty calculations and reports
  • Accounting - Financial data and transactions
  • Payment - Payment processing
  • Payment Requests - Payment request workflow
  • Payment Settings - Payment configuration
  • VertoFx - Currency exchange integration
  • Expense - Expense tracking
  • Checklists - Data validation tools
  • Entity - Entity management
  • File - File upload utilities
  • Splits - Revenue split management

πŸš€ What’s Next

  • Automatic updates with every API deployment
  • Changelog entries for API changes
  • Enhanced code examples
  • Additional developer resources
2025-07-08
SetupInfrastructure
Pre-launch

πŸ› οΈ Infrastructure Setup

  • Set up automated documentation generation pipeline
  • Configured GitHub Actions for continuous updates
  • Implemented OpenAPI specification validation
  • Created development and production environments