---
title: "Get all Thrive Resets (v1, static, 200 items)"
method: GET
path: "/v1/resets"
tags: ["resets"]
---

# Get all Thrive Resets (v1, static, 200 items)

`GET /v1/resets`

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `reset` object
        - `thrive` object
          - `get` ResetCollection — Paginated collection of resets. Located at `data.data.reset.thrive.get` in the response.
            - `items` ResetItem[]
              - …
            - `total` integer
            - `page` integer
            - `itemsPerPage` integer
            - `hasMore` boolean — Present on v2/v3 paginated responses

## Other responses

- `401` — Unauthorized — missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api.md) · [All operations](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thriveglobal/thrive-global-partner-api/revisions/0e40a805593b/schema)
