Skip to main content
GET
/
resumes
/
tags
List all resume tags
curl --request GET \
  --url http://localhost:3000/api/openapi/resumes/tags \
  --header 'x-api-key: <api-key>'
[
  "<string>"
]

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Response

200 - application/json

A sorted array of unique tag strings.