Add a new ID tag
POST/id-tags/
Registers a new ID tag (RFID card, mobile credential, etc.) for charging authorization in the system.
Use Cases:
- Provision new RFID cards for fleet drivers
- Register mobile app authentication tokens
- Pre-create tags for pending user assignments
- Bulk import authorization credentials
- Set up guest or temporary access credentials
Best Practices:
- Use meaningful
namevalues for easier identification in logs - Set
expiryDatefor temporary or time-limited credentials - Leave
userIdempty to create tags inPENDINGstatus for later assignment - Ensure
tagValuematches the physical RFID card or credential format
tip
Create tags with status=PENDING (or omit userId) for bulk provisioning scenarios where physical cards are distributed before user assignment.
warning
The tagValue must be unique across your tenant. Attempting to create a duplicate will result in a 400 error. Use GET /id-tags?tagValue=X to check for existence first.
note
Tags created with status=ACTIVE and a valid userId can immediately be used for charging authorization via OCPP.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
An ID tag used for charging authentication
Standard error response format
Standard error response format
Standard error response format
Standard error response format
Standard error response format