cURL
curl --request POST \ --url https://api.ipulse.one/api/domains/{id}/generate-qr \ --header 'Authorization: Bearer <token>'
{ "qr_id": "<string>", "qr_code_url": "<string>", "short_url": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
JWT Bearer token authentication
QR code generated
Was this page helpful?