Payouts

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.

User actions

POST https://api.wolfex.cc/v1/payout/pay

sdfsdfsdfsdfsdfsdf

Query Parameters

Name
Type
Description

test

String

werwerwer

Headers

Name
Type
Description

test*

String

werwer

Request Body

Name
Type
Description

data*

object

sfsfdsdf

were

string

sdfsdfsdf

*

String

234234

we

integer

werwer

{
    // Response
}

Logs user into the system

get
/user/login
Query parameters
usernamestringRequired

The user name for login

passwordstringRequired

The password for login in clear text

Responses
200

successful operation

Responsestring
get
/user/login

Logs out current logged in user session

get
/user/logout
Responses
get
/user/logout
default

successful operation

No content

Creating users

Creates list of users with given input array

post
/user/createWithList
Bodyobject[]
idinteger · int64Optional
usernamestringOptional
firstNamestringOptional
lastNamestringOptional
emailstringOptional
passwordstringOptional
phonestringOptional
userStatusinteger · int32Optional

User Status

Responses
post
/user/createWithList
default

successful operation

No content

Creates list of users with given input array

post
/user/createWithArray
Bodyobject[]
idinteger · int64Optional
usernamestringOptional
firstNamestringOptional
lastNamestringOptional
emailstringOptional
passwordstringOptional
phonestringOptional
userStatusinteger · int32Optional

User Status

Responses
post
/user/createWithArray
default

successful operation

No content

Last updated