Skip to content

Get charging session

GET
/sessions/{chargingSessionId}

Get a charging session by ID. Note: Users who own the charging session (matching userId) can always view it, bypassing standard permission checks.

Authorizations

bearerAuth

Generate an API token here

Type
HTTP (bearer)

Parameters

Header Parameters

compatibility-date*

API compatibility date in YYYY-MM-DD format. Must be a date after 2025-11-01.

Type
string
Required
Example"2025-11-01"
Pattern
"^\\d{4}-\\d{2}-\\d{2}$"
organization-id*
Type
string
Required
Min Length
1
Max Length
40

Path Parameters

chargingSessionId*
Type
string
Required

Responses

success.chargingSession.get

application/json
object
object
Required

Playground

Authorization
Headers
Variables
Key
Value

Samples