Skip to main content
POST
/
api
/
domains
/
{id}
/
generate-qr
Generate QR code for domain status
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"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

Response

200 - application/json

QR code generated

qr_id
string
qr_code_url
string<uri>
short_url
string<uri>
expires_at
string<date-time>