Skip to main content
GET
/
api
/
public
/
problems
List all problems
curl --request GET \
  --url http://localhost:3001/api/public/problems \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "title": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

Successfully retrieved problems

List of problems

id
string
required

Unique identifier for the problem

title
string
required

Display name/title of the problem