Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request POST \
--url https://open.beatpass.ca/api/v1/tracks/{id}/purchase/calculate-price \
--header 'Authorization: Bearer <token>'{
"base_price": 100,
"platform_fee": 15,
"total_price": 115,
"currency": "CAD"
}curl --request POST \
--url https://open.beatpass.ca/api/v1/tracks/{id}/purchase/calculate-price \
--header 'Authorization: Bearer <token>'{
"base_price": 100,
"platform_fee": 15,
"total_price": 115,
"currency": "CAD"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Track ID
1
Was this page helpful?