Follow this guide to make your first successful requests against the OCPPLAB Gateway API.
Create a user token from the OCPPLAB dashboard and export it alongside your API host:
Confirm the API is reachable before you go further:
You should see a 200 with a small JSON body. If not, stop here and fix connectivity before anything else. The Authorization: Bearer $ACCESS_TOKEN header is all a user token needs. See Authentication for the admin case.
OCPPLAB ships SDKs for Python and Node.js. Pick one — or skip to shell if you prefer raw HTTP.
Initialize the client:
The catalog lists every charger brand and model the simulator supports. Pick one before you deploy a charger.
A location groups chargers under one physical site. Save the returned id — the next step uses it.
Example response:
You now have a live charger replaying OCPP messages against your CSMS. Keep going: