---
title: "Handles submissions made by the user"
method: GET
path: "/api/info/submissions"
tags: ["info"]
---

# Handles submissions made by the user

`GET /api/info/submissions`

Handles submissions made by the user

## Headers

- `Authorization` string, required

## Response `200`

OK

- ApiSubmissionResp
  - `category` string
  - `chall_id` integer
  - `name` string
  - `points` integer
  - `solvedAt` string
  - `user_id` integer
  - `username` string

## Other responses

- `500` — Internal Server Error

## Changes

> 2 revisions in range; 1 could not be searched.

- **2021-03-02** `00c7dd549484` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sdslabs/apis/beast-api/changes/api/info/submissions/get.md)

---

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