cURL
curl --request GET \ --url https://api.bitbybit.studio/bitlogin/api/open/v1/loyalty/point-conversion \ --header 'x-api-key: <api-key>'
{ "companyId": 123, "tiers": [ { "id": "<string>", "currencyAmount": 123, "points": 123 } ] }
Get conversion tiers used to convert currency amount to loyalty points.
Documentation IndexFetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one in Settings > Developer.
Success
Show child attributes