Skip to main content
GET
/
bitlogin
/
api
/
open
/
v1
/
loyalty
/
integration
Get loyalty integration status
curl --request GET \
  --url https://api.bitbybit.studio/bitlogin/api/open/v1/loyalty/integration \
  --header 'x-api-key: <api-key>'
{
  "companyId": 123,
  "enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Create one in Settings > Developer.

Response

200 - application/json

Success

companyId
integer
enabled
boolean