Identifications
API information
The identification
resource is managed by the Identifications API.
XPKit Portal
It is recommended batches and Apple Wallet configurations are configured in XPKit Portal, rather than making direct API requests.
Service URLs
Region | URL |
---|---|
AMER | https://identifications.amer.xpkit.net |
APAC | https://identifications.apac.xpkit.net |
China | https://identifications.china.xpkit.cn |
EMEA | https://identifications.emea.xpkit.net |
OpenAPI Specification
Resource name | Documentation | Download |
---|---|---|
Identification | View | Link |
Example batch
download request
{
"name": "QR codes for the developer conference",
"amount": 2000,
"notify": "sarah.jones@abc.com",
"options": {
"data_length": 15
}
}
Notes on identifications
- Currently barcode (standard PDF417) and QR code generation is supported
- Batch generation produces a ZIP file, containing a CSV file of the codes in text format plus all the codes as PNG images
- Batch generation produces up to a maximum amount of 10,000 codes per request