Attributes
- idstring
The unique id of this auth session.
- objectstring, value is "v2.billing.meter_event_session"
String representing the object’s type. Objects of the same type share the same value of the object field.
- authentication_
tokenstring The authentication token for this session. Use this token when calling the high-throughput meter event API.
- createdtimestamp
The creation time of this session.
- expires_
attimestamp The time at which this session will expire.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode.
The MeterEventSession object
{ "id": "<AUTH_SESSION_ID>", "livemode": "false", "object": "v2.billing.meter_event_session", "authentication_token": "token_12345678", "created": "2024-06-01T12:00:00.000Z", "expires_at": "2024-06-01T12:15:00.000Z"}