---
title: "Returns a list of JWTs suitable for bootstrapping network trust."
method: GET
path: "/network-jwts"
tags: ["Enrollment"]
---

# Returns a list of JWTs suitable for bootstrapping network trust.

`GET /network-jwts`

Returns a list of JWTs for trusting a network

## Response `200`

A list of network JWTs

- ListNetworkJWTsEnvelope
  - `data` NetworkJWT[], required — An array of network JWTs
    - `name` string, required
    - `token` string, required
  - `meta` Meta, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required

## Other responses

- `400` — The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
- `429` — The resource requested is rate limited and the rate limit has been exceeded

---

[API](https://skmtc.net/openziti/apis/ziti-edge-client.md) · [All operations](https://skmtc.net/openziti/apis/ziti-edge-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-edge-client/revisions/25da9a73a095/schema)
