cURL
curl --request GET \ --url https://partner.staging.ezprk.dev/billing-accounts/{baId}/parking-users/{puId} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "firstName": "<string>", "lastName": "<string>", "email": "<string>", "costCenter": "<string>", "phoneNumber": "<string>", "accountStatus": "ACTIVE", "cars": [ { "countryCode": "<string>", "licenseNumber": "<string>" } ], "address": { "countryCode": "<string>", "city": "<string>", "street": "<string>", "postalCode": "<string>", "co": "<string>" } }
You can get the JWT from the Login endpoint.
ID of the Billing Account.
ID of the Parking User.
OK
ACTIVE
INACTIVE
CLOSED
Show child attributes