cURL
curl --request PATCH \ --url https://api.supaqr.com/domains/{domain} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "notFoundUrl": "https://example.com", "expiredUrl": "https://example.com", "assetLinks": "<string>", "appleAppSiteAssociation": "<string>", "archived": true }'
{ "slug": "<string>", "destination": "<string>", "clicks": 123, "expiredUrl": "<string>", "notFoundUrl": "<string>", "assetLinks": "<string>", "appleAppSiteAssociation": "<string>", "cnameStatus": "<string>", "sslStatus": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object