Skip to main content
GET
/
users
cURL
curl --request GET \
  --url https://api.odin.fun/v1/users \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Query Parameters

page
number
limit
number
username
string
sort
enum<string> | null
Available options:
,
created_at:asc,
created_at:desc

Response

200 - application/json

The response is of type any.