Skip to main content
GET
/
api
/
partners
/
v2.0
/
device-onboarding
/
{onboarding_session_id}
/
wallbox-claim-tokens
/
{token}
/
status
Check if a wallbox claim token has been claimed
curl --request GET \
  --url https://api.example.com/api/partners/v2.0/device-onboarding/{onboarding_session_id}/wallbox-claim-tokens/{token}/status
{
  "claimed": true,
  "wallbox_id": "<string>",
  "manufacturer": "<string>",
  "model": "<string>",
  "firmware_version": "<string>"
}

Path Parameters

onboarding_session_id
string<uuid>
required
token
string
required

Response

200 - application/json

OK

claimed
boolean
required
wallbox_id
string | null
manufacturer
string | null
model
string | null
firmware_version
string | null