Get a paginated list of ID tags
GET/id-tags/
Retrieves ID tags (RFID cards, mobile app credentials, etc.) used for charging authorization with comprehensive filtering and pagination.
Use Cases:
- View all ID tags for a specific user or organization
- Find pending tags awaiting user assignment
- Identify expired or blocked authorization credentials
- Audit access control for charging infrastructure
- Generate reports on tag usage and assignment
Performance Tips:
- Use
status=ACTIVEto reduce result set for active credentials - Filter by organization for multi-tenant deployments
- Cache results for admin dashboards (tags change infrequently)
info
ID tags represent RFID cards, mobile app credentials, or other authentication methods used to authorize charging sessions via OCPP.
tip
Use isExpired=false and status=ACTIVE together to find only valid, usable credentials. Check expiryDate to plan for tag renewals.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Standard structure for paginated API responses
Standard error response format
Standard error response format
Standard error response format
Standard error response format
Standard error response format