URL

Generate product QR Code

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
short_url_idstringRequired
Responses
200Success
application/json
get
/url/qr/{short_url_id}
200Success

Get all URLs for a product

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
get
/url/product/{product_id}
200Success

Get all unclaimed URLs with share history for a product

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
get
/url/product/{product_id}/unclaimed
200Success

Get next available (unclaimed) URL for a product

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Query parameters
exclude_sharedstringRequired
Responses
200Success
application/json
get
/url/product/{product_id}/next-available
200Success

Share QR code via email

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
post
/url/share

Last updated