Developers
curl -X GET "https://api.boble.app/external/v1/verify-access?email=user@example.com&promotionId=UUID" \ -H "Authorization: Basic $(echo -n 'CLIENT_KEY:CLIENT_SECRET' | base64)"
{ "success": true, "data": { "hasAccess": true, "status": "active", "promotion": { "id": "UUID", "title": "My Product" } } }
Check if a user has access to a promotion or product in your workspace.
clientKey
clientSecret
Show properties