Skip to main content

Get a single ID tag by ID

GET 

/id-tags/:id

Retrieves detailed information about a specific ID tag, including its authorization status, assignments, and expiry.

Use Cases:

  • Verify tag details before authorizing a charging session
  • Display tag information in admin interfaces
  • Audit tag assignment and usage history
  • Check expiry status for renewal workflows
info

Use this endpoint to verify tag validity before authorizing sessions. Check both status=ACTIVE and that expiryDate is in the future (or null).

tip

For OCPP integration, chargers typically send tagValue in authorization requests. Use GET /id-tags?tagValue=X to look up by value instead of ID.

Request

Responses

An ID tag used for charging authentication