Skip to main content
POST
Generate login link

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Body

application/json
user_id
integer
required

User ID (affiliate or advertiser).

type
enum<string>
required

User type: affiliate or advertiser.

Available options:
affiliate,
advertiser

Response

Login link.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object