---
title: "Get user info and credit balance"
method: GET
path: "/api/v1/user"
tags: ["Image Processing (v1)"]
---

# Get user info and credit balance

`GET /api/v1/user`

## Response `200`

User info

- object
  - `id` integer
  - `email` string
  - `credits` integer
  - `is_active` boolean

---

[API](https://skmtc.dev/pixelpanda/apis/pixelpanda-api.md) · [All operations](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixelpanda/pixelpanda-api/revisions/ab364b97afe5/schema)
