Reference
/- List cards for a specific employee
List user cards
Create a new card
List business cards
Get card by ID
Update card details
Get card balance
Get card transactions
List cards for a specific...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Returns paginated cards for the given employee. Accessible by CARD_USER and admin roles.
Security
oauth2ClientCredentials(Required scopes: cards:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/cards/employee/{employeeId}
- Productionhttps://api.boyahq.com/v2/cards/employee/{employeeId}
- Sandboxhttps://sandbox.api.boyahq.com/v2/cards/employee/{employeeId}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/cards/employee/{employeeId}?page=1&limit=20' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ { … } ], "total": 0, "limit": {}, "page": {}, "pages": 0 }