Skip to main content
POST
/
api
/
partners
/
v2.0
/
org
/
{org_id}
/
users
/
{user_id}
/
wallboxes
/
claim-tokens
Mint a one-time wallbox claim token for the user
curl --request POST \
  --url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id}/wallboxes/claim-tokens \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "wss_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required
user_id
string<uuid>
required

Response

201 - application/json

Created

token
string
required
wss_url
string
required
expires_at
string<date-time>
required