Simple Jsons

This endpoint gives you an array of active vehicle registration numbers for given zone. It does not display any extra information about the permit.

GET /api/v1/tickets/zone/{zone}

Get active parking permits for given zone.

Authentication

  • Type
    Token
    Description
    Authorization: Bearer [token]

Parameters

  • Name
    zone
    Type
    int
    Description

    The zone number to check for active permits.

Request example

curl --request GET \ 
--url https://api.{tenant}.parkeraisverige.com/api/v1/tickets/zone/{zone} \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"zone": "1234" }'

Response

{
  "data": [
    "ABC123",
    "DEF456"
  ]
}

© Copyright 2024 Parkera i Sverige.

Nothing found for . Please try again.