cURL
curl --request GET \ --url https://moderationapi.com/api/v1/wordlist \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "createdAt": "<string>", "userId": "<string>" } ]
List all wordlists for the authenticated organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Array of wordlists
Was this page helpful?