---
title: "Retrieve account status"
method: GET
path: "/account/status"
tags: ["Account"]
---

# Retrieve account status

`GET /account/status`

This endpoint is used to check the organization-wide metadata for your Sigma360 account.

## Response `200`

OK

- AuthResponsesAccountStatus
  - `apiKey` string
  - `createdAt` string, date-time
  - `expiresAt` string, date-time, nullable
  - `organizationName` string
  - `remainingCalls` integer — Remaining lifetime API calls allowed (Test keys)
  - `testKey` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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