> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.nukio.mx/llms.txt.
> For full documentation content, see https://developers.nukio.mx/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.nukio.mx/_mcp/server.

# getGeozone

GET https://app.nukio.mx/api/v1/geozone/getgeozone/{geozoneID}/authorization

Reference: https://developers.nukio.mx/nukio-api/geozone/get-geozone

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /api/v1/geozone/getgeozone/{geozoneID}/authorization:
    get:
      operationId: get-geozone
      summary: getGeozone
      tags:
        - subpackage_geozone
      parameters:
        - name: geozoneID
          in: path
          description: Geozone ID name
          required: true
          schema:
            type: string
        - name: authorization
          in: header
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Geozone_getGeozone_Response_200'
servers:
  - url: https://app.nukio.mx
components:
  schemas:
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesCargoaccessStates:
      type: object
      properties:
        '0':
          type: string
        '1':
          type: string
      required:
        - '0'
        - '1'
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesCargoaccessStates
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesCargoaccess:
      type: object
      properties:
        states:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesCargoaccessStates
        displayText:
          type: string
      required:
        - states
        - displayText
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesCargoaccess
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesEnginecutoffStates:
      type: object
      properties:
        '0':
          type: string
        '1':
          type: string
      required:
        - '0'
        - '1'
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesEnginecutoffStates
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesEnginecutoff:
      type: object
      properties:
        states:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesEnginecutoffStates
        displayText:
          type: string
      required:
        - states
        - displayText
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesEnginecutoff
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeatures:
      type: object
      properties:
        cargoaccess:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesCargoaccess
        enginecutoff:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeaturesEnginecutoff
      required:
        - cargoaccess
        - enginecutoff
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeatures
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeaturesCargoaccess:
      type: object
      properties:
        state:
          type: string
        onText:
          type: string
        offText:
          type: string
        displayName:
          type: string
        pendingState:
          description: Any type
        isNegativeTriggered:
          type: boolean
      required:
        - state
        - onText
        - offText
        - displayName
        - isNegativeTriggered
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeaturesCargoaccess
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeaturesEnginecutoff:
      type: object
      properties:
        state:
          type: string
        onText:
          type: string
        offText:
          type: string
        displayName:
          type: string
        pendingState:
          description: Any type
        isNegativeTriggered:
          type: boolean
      required:
        - state
        - onText
        - offText
        - displayName
        - isNegativeTriggered
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeaturesEnginecutoff
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeatures:
      type: object
      properties:
        cargoaccess:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeaturesCargoaccess
        enginecutoff:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeaturesEnginecutoff
      required:
        - cargoaccess
        - enginecutoff
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeatures
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArrive:
      type: object
      properties:
        features:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArriveFeatures
        displayText:
          type: string
      required:
        - features
        - displayText
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArrive
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeaturesCargoaccess:
      type: object
      properties:
        state:
          type: string
        onText:
          type: string
        offText:
          type: string
        displayName:
          type: string
        pendingState:
          description: Any type
        isNegativeTriggered:
          type: boolean
      required:
        - state
        - onText
        - offText
        - displayName
        - isNegativeTriggered
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeaturesCargoaccess
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeaturesEnginecutoff:
      type: object
      properties:
        state:
          type: string
        onText:
          type: string
        offText:
          type: string
        displayName:
          type: string
        pendingState:
          description: Any type
        isNegativeTriggered:
          type: boolean
      required:
        - state
        - onText
        - offText
        - displayName
        - isNegativeTriggered
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeaturesEnginecutoff
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeatures:
      type: object
      properties:
        cargoaccess:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeaturesCargoaccess
        enginecutoff:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeaturesEnginecutoff
      required:
        - cargoaccess
        - enginecutoff
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeatures
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepart:
      type: object
      properties:
        features:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepartFeatures
        displayText:
          type: string
      required:
        - features
        - displayText
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepart
    ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSections:
      type: object
      properties:
        arrive:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsArrive
        depart:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSectionsDepart
      required:
        - arrive
        - depart
      title: >-
        ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSections
    Geozone_getGeozone_Response_200:
      type: object
      properties:
        success:
          type: string
        features:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaFeatures
        sections:
          $ref: >-
            #/components/schemas/ApiV1GeozoneGetgeozoneGeozoneIdAuthorizationGetResponsesContentApplicationJsonSchemaSections
        geozoneID:
          type: string
        geozoneType:
          type: integer
        status_code:
          type: string
        geozonePoint1:
          type: string
        geozonePoint2:
          type: string
        geozonePoint3:
          type: string
        geozonePoint4:
          type: string
        geozonePoint5:
          type: string
        geozonePoint6:
          type: string
        geozonePoint7:
          type: string
        geozonePoint8:
          type: string
        geozoneRadius:
          type: integer
        geozoneAlertExit:
          type: boolean
        geozoneAlertEntry:
          type: boolean
        geozoneDisplayName:
          type: string
        geozoneArrivalEngineOn:
          type: boolean
        geozoneArrivalCabinLock:
          type: boolean
        geozoneArrivalCargoLock:
          type: boolean
        geozoneArrivalEngineOff:
          type: boolean
        geozoneDepartureEngineOn:
          type: boolean
        geozoneArrivalCabinUnlock:
          type: boolean
        geozoneArrivalCargoUnlock:
          type: boolean
        geozoneDepartureCabinLock:
          type: boolean
        geozoneDepartureCargoLock:
          type: boolean
        geozoneDepartureEngineOff:
          type: boolean
        hasUpdateGeozonePrivileges:
          type: boolean
        geozoneDepartureCabinUnlock:
          type: boolean
        geozoneDepartureCargoUnlock:
          type: boolean
      required:
        - success
        - features
        - sections
        - geozoneID
        - geozoneType
        - status_code
        - geozonePoint1
        - geozonePoint2
        - geozonePoint3
        - geozonePoint4
        - geozonePoint5
        - geozonePoint6
        - geozonePoint7
        - geozonePoint8
        - geozoneRadius
        - geozoneAlertExit
        - geozoneAlertEntry
        - geozoneDisplayName
        - geozoneArrivalEngineOn
        - geozoneArrivalCabinLock
        - geozoneArrivalCargoLock
        - geozoneArrivalEngineOff
        - geozoneDepartureEngineOn
        - geozoneArrivalCabinUnlock
        - geozoneArrivalCargoUnlock
        - geozoneDepartureCabinLock
        - geozoneDepartureCargoLock
        - geozoneDepartureEngineOff
        - hasUpdateGeozonePrivileges
        - geozoneDepartureCabinUnlock
        - geozoneDepartureCargoUnlock
      title: Geozone_getGeozone_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: authorization

```

## SDK Code Examples

```python Geozone_getGeozone_example
import requests

url = "https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization"

headers = {"authorization": "<apiKey>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript Geozone_getGeozone_example
const url = 'https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization';
const options = {method: 'GET', headers: {authorization: '<apiKey>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Geozone_getGeozone_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("authorization", "<apiKey>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Geozone_getGeozone_example
require 'uri'
require 'net/http'

url = URI("https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["authorization"] = '<apiKey>'

response = http.request(request)
puts response.read_body
```

```java Geozone_getGeozone_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization")
  .header("authorization", "<apiKey>")
  .asString();
```

```php Geozone_getGeozone_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization', [
  'headers' => [
    'authorization' => '<apiKey>',
  ],
]);

echo $response->getBody();
```

```csharp Geozone_getGeozone_example
using RestSharp;

var client = new RestClient("https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization");
var request = new RestRequest(Method.GET);
request.AddHeader("authorization", "<apiKey>");
IRestResponse response = client.Execute(request);
```

```swift Geozone_getGeozone_example
import Foundation

let headers = ["authorization": "<apiKey>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://app.nukio.mx/api/v1/geozone/getgeozone/basenorth/authorization")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```