cURL
curl --request POST \ --url https://api.bitbybit.studio/bitlogin/api/open/v1/loyalty/integration \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "enabled": true } '
{ "companyId": 123, "enabled": true }
Enable or disable the loyalty program for a company.
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