Skip to main content

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=ACTIVE to 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

Standard structure for paginated API responses