Skip to content

Instantly share code, notes, and snippets.

@asoorm
Created March 4, 2018 12:05
Show Gist options
  • Save asoorm/ff53a4a23420c819120ccc6203bc269b to your computer and use it in GitHub Desktop.
Save asoorm/ff53a4a23420c819120ccc6203bc269b to your computer and use it in GitHub Desktop.
Example Tyk CE session token
{
"allowance": 1000,
"rate": 1000,
"per": 60,
"expires": -1,
"quota_max": -1,
"quota_renews": 1406121006,
"quota_remaining": 0,
"quota_renewal_rate": 60,
"access_rights": {
"1": {
"api_name": "Auth Token HttpBin API",
"api_id": "1"
}
},
"org_id": "1",
"basic_auth_data": {
"password": "",
"hash_type": ""
},
"hmac_enabled": false,
"hmac_string": "",
"is_inactive": false,
"apply_policy_id": "",
"apply_policies": [],
"monitor": {
"trigger_limits": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment