GET
/
wordlist

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
createdAt
string | null
required

When the wordlist was created

id
string
required

Unique identifier of the wordlist

name
string | null
required

Name of the wordlist

userId
string | null
required

User who created the wordlist

Was this page helpful?