DNS
fetch('https://api-sandbox.edgetag.io/tag/verify/mapping/{tagId}', {
method: 'GET',
headers: {
'Accept': 'application/json',
'Authorization': 'Bearer your-token',
'Team-Id': '{your-team-id}'
}
})
curl --request GET \
--url https://api-sandbox.edgetag.io/tag/verify/mapping/{tagId} \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your-token}' \
--header 'Team-Id: {your-team-id}'Last updated
Was this helpful?

