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