Get details of a specific verified URL.
curl --request GET \
--url https://api.zavu.dev/v1/urls/{urlId} \
--header 'Authorization: Bearer <token>'{
"url": {
"id": "url_abc123",
"url": "https://example.com/page",
"domain": "example.com",
"status": "pending",
"createdAt": "2023-11-07T05:31:56Z",
"approvalType": "manual",
"updatedAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.zavu.dev/v1/urls/{urlId} \
--header 'Authorization: Bearer <token>'{
"url": {
"id": "url_abc123",
"url": "https://example.com/page",
"domain": "example.com",
"status": "pending",
"createdAt": "2023-11-07T05:31:56Z",
"approvalType": "manual",
"updatedAt": "2023-11-07T05:31:56Z"
}
}