Tyk · Example Payload

Tyk Gateway Session State Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Session State Example is an example object payload from Tyk, with 34 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_rightsaliasallowanceapply_policiesapply_policy_idcertificatedata_expiresdate_createdenable_detail_recordingenable_detailed_recordingenable_http_signature_validationexpireshmac_enabledhmac_stringid_extractor_deadlineis_inactivelast_checklast_updatedmax_query_depthmeta_dataoauth_client_idoauth_keysorg_idperquota_maxquota_remainingquota_renewal_ratequota_renewsratersa_certificate_idsession_lifetimetagsthrottle_intervalthrottle_retry_limit

Example Payload

Raw ↑
{
  "access_rights": "example_value",
  "alias": "example_value",
  "allowance": 42.5,
  "apply_policies": [],
  "apply_policy_id": "500123",
  "certificate": "example_value",
  "data_expires": 10,
  "date_created": "example_value",
  "enable_detail_recording": true,
  "enable_detailed_recording": true,
  "enable_http_signature_validation": true,
  "expires": 10,
  "hmac_enabled": true,
  "hmac_string": "example_value",
  "id_extractor_deadline": 10,
  "is_inactive": true,
  "last_check": 10,
  "last_updated": "example_value",
  "max_query_depth": 10,
  "meta_data": "example_value",
  "oauth_client_id": "500123",
  "oauth_keys": "example_value",
  "org_id": "500123",
  "per": 42.5,
  "quota_max": 10,
  "quota_remaining": 10,
  "quota_renewal_rate": 10,
  "quota_renews": 10,
  "rate": 42.5,
  "rsa_certificate_id": "500123",
  "session_lifetime": 10,
  "tags": [],
  "throttle_interval": 42.5,
  "throttle_retry_limit": 10
}