cURL
curl --request GET \ --url https://api.oneofnone.io/v1/short-urls \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 123, "url": "<string>", "collection_id": "<string>", "created_at": "<string>", "token_id": 123, "registration_id": "<string>", "title": "<string>", "qr_code": "<string>", "destination_url": "<string>", "layout_id": "<string>", "registration_settings": {}, "metadata": {}, "updated_at": "<string>" } ], "pagination": {} }
1 <= x <= 1000
asc
desc
Successful response
Show child attributes