Validate QR Code info data before creating or updating a QR Code. Ensures the JSON payload structure and content are correct and prevents landing page or data errors. Authentication required via API key.
category and info parameters match expected JSON structure for that QR type (e.g., URL, Social Media, Business Card, etc.).
This helps catch issues like:
type values| Field | Type | Required | Description | Example |
|---|---|---|---|---|
category | string | Yes | QR code category ID | 1 |
info | string | Yes | QR code info JSON data | {"type":"url","data":{"url":"http://google.com"}} |
200 OK
400 Bad Request — Invalid Datainfo object failed validation.type, or incorrect data formats.
Example - Invalid Type Values
info templates for all categories.API key authentication. Enter your API key directly in the Authorization header.
Valid QR code info data
The response is of type string.
"valid"